Class AbpTenantManagementMongoDbModule
Implements
Inherited Members
Namespace: Volo.Abp.TenantManagement.MongoDB
Assembly: Volo.Abp.TenantManagement.MongoDB.dll
Syntax
[DependsOn(new Type[] { typeof(AbpTenantManagementDomainModule), typeof(AbpMongoDbModule) })]
public class AbpTenantManagementMongoDbModule : AbpModule, IAbpModule, IOnPreApplicationInitialization, IOnApplicationInitialization, IOnPostApplicationInitialization, IOnApplicationShutdown, IPreConfigureServices, IPostConfigureServices
Constructors
AbpTenantManagementMongoDbModule()
Declaration
public AbpTenantManagementMongoDbModule()
Methods
ConfigureServices(ServiceConfigurationContext)
Declaration
public override void ConfigureServices(ServiceConfigurationContext context)
Parameters
Type | Name | Description |
---|---|---|
ServiceConfigurationContext | context |