Class DeliveryClientServiceCollectionExtension
Extension function to add IDeliveryClient to the dependency system
Inherited Members
Namespace: Noxum.Nova.Delivery.Client
Assembly: Noxum.Nova.Delivery.Client.dll
Syntax
public static class DeliveryClientServiceCollectionExtension
Methods
AddNovaDeliveryClient(IServiceCollection)
Adds IDeliveryClient - the services to access the Delivery API - to the service collection.
Declaration
public static IServiceCollection AddNovaDeliveryClient(this IServiceCollection services)
Parameters
| Type | Name | Description |
|---|---|---|
| IServiceCollection | services | The service collection |
Returns
| Type | Description |
|---|---|
| IServiceCollection |