Class AbpFeatureManagementApplicationContractsModule
Implements
Inherited Members
Namespace: Volo.Abp.FeatureManagement
Assembly: Volo.Abp.FeatureManagement.Application.Contracts.dll
Syntax
[DependsOn(new Type[] { typeof(AbpFeatureManagementDomainSharedModule), typeof(AbpDddApplicationContractsModule), typeof(AbpAuthorizationAbstractionsModule), typeof(AbpJsonModule) })]
public class AbpFeatureManagementApplicationContractsModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
AbpFeatureManagementApplicationContractsModule()
Declaration
public AbpFeatureManagementApplicationContractsModule()
Methods
ConfigureServices(ServiceConfigurationContext)
Declaration
public override void ConfigureServices(ServiceConfigurationContext context)
Parameters
Type | Name | Description |
---|---|---|
ServiceConfigurationContext | context |