Class ServiceImplementationExtensions
Inherited Members
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: SuperOffice.Services.Implementation.dll
Syntax
public static class ServiceImplementationExtensions
Methods
AddServicesImplementation(IServiceCollection, IConfiguration)
Add service implementation classes and configuration
Declaration
public static IServiceCollection AddServicesImplementation(this IServiceCollection services, IConfiguration configuration = null)
Parameters
Type | Name | Description |
---|---|---|
IServiceCollection | services | Service collection to configure |
IConfiguration | configuration | Options read from this configuration object - options not set if NULL |
Returns
Type | Description |
---|---|
IServiceCollection | Service collection to chain onto |