|
|
|
|
@ -3,6 +3,7 @@ using Volo.Abp.AuditLogging.MongoDB;
|
|
|
|
|
using Volo.Abp.BackgroundJobs.MongoDB;
|
|
|
|
|
using Volo.Abp.FeatureManagement.MongoDB;
|
|
|
|
|
using Volo.Abp.Identity.MongoDB;
|
|
|
|
|
using Volo.Abp.IdentityServer.MongoDB;
|
|
|
|
|
using Volo.Abp.Modularity;
|
|
|
|
|
using Volo.Abp.PermissionManagement.MongoDB;
|
|
|
|
|
using Volo.Abp.SettingManagement.MongoDB;
|
|
|
|
|
@ -11,9 +12,11 @@ using Volo.Abp.TenantManagement.MongoDb;
|
|
|
|
|
namespace MyCompanyName.MyProjectName.MongoDb
|
|
|
|
|
{
|
|
|
|
|
[DependsOn(
|
|
|
|
|
typeof(MyProjectNameDomainModule),
|
|
|
|
|
typeof(AbpPermissionManagementMongoDbModule),
|
|
|
|
|
typeof(AbpSettingManagementMongoDbModule),
|
|
|
|
|
typeof(AbpIdentityMongoDbModule),
|
|
|
|
|
typeof(AbpIdentityServerMongoDbModule),
|
|
|
|
|
typeof(BackgroundJobsMongoDbModule),
|
|
|
|
|
typeof(AbpAuditLoggingMongoDbModule),
|
|
|
|
|
typeof(AbpTenantManagementMongoDbModule),
|
|
|
|
|
|