Class ServiceCollectionExtensions
Adds ODP Integration services
Inheritance
System.Object
ServiceCollectionExtensions
Namespace: EPiServer.Commerce.ODP
Assembly: EPiServer.Commerce.ODP.dll
Version: 14.26.0Syntax
public static class ServiceCollectionExtensions : Object
Methods
AddODPIntegration(IServiceCollection)
Configure ODP integration
Declaration
public static IServiceCollection AddODPIntegration(this IServiceCollection services)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Extensions.DependencyInjection.IServiceCollection | services | The services |
Returns
Type | Description |
---|---|
Microsoft.Extensions.DependencyInjection.IServiceCollection | The service collection |