Class DeliveryClientServiceCollectionExtension
Extension function to add IDeliveryClient to the dependency system
Inheritance
System.Object
DeliveryClientServiceCollectionExtension
Namespace: Noxum.Nova.Delivery.Client
Assembly: Noxum.Nova.Delivery.Client.dll
Syntax
public static class DeliveryClientServiceCollectionExtension : object
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 |