WithServices(params IGlobalService[])
Returns a new GlobalServiceProvider with additional services.
Declaration
public GlobalServiceProvider WithServices(params IGlobalService[] services)Parameters
| Type | Name | Description |
|---|---|---|
| IGlobalService[] | services | The services to add. |
Returns
| Type | Description |
|---|---|
| GlobalServiceProvider | A new provider instance with the added services. |