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