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