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