|
|
|
|
@ -13,6 +13,7 @@ using MsDemo.Shared;
|
|
|
|
|
using Swashbuckle.AspNetCore.Swagger;
|
|
|
|
|
using Volo.Abp;
|
|
|
|
|
using Volo.Abp.AspNetCore.MultiTenancy;
|
|
|
|
|
using Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy;
|
|
|
|
|
using Volo.Abp.Autofac;
|
|
|
|
|
using Volo.Abp.EntityFrameworkCore;
|
|
|
|
|
using Volo.Abp.EntityFrameworkCore.SqlServer;
|
|
|
|
|
@ -30,6 +31,7 @@ using Volo.Abp.PermissionManagement.IdentityServer;
|
|
|
|
|
using Volo.Abp.Security.Claims;
|
|
|
|
|
using Volo.Abp.SettingManagement.EntityFrameworkCore;
|
|
|
|
|
using Volo.Abp.TenantManagement;
|
|
|
|
|
using Volo.Abp.TenantManagement.EntityFrameworkCore;
|
|
|
|
|
using Volo.Blogging;
|
|
|
|
|
|
|
|
|
|
namespace BackendAdminAppGateway.Host
|
|
|
|
|
@ -51,10 +53,11 @@ namespace BackendAdminAppGateway.Host
|
|
|
|
|
typeof(AbpTenantManagementApplicationContractsModule),
|
|
|
|
|
typeof(AbpTenantManagementHttpApiModule),
|
|
|
|
|
typeof(AbpTenantManagementHttpApiClientModule),
|
|
|
|
|
typeof(AbpTenantManagementEntityFrameworkCoreModule),
|
|
|
|
|
typeof(AbpFeatureManagementEntityFrameworkCoreModule),
|
|
|
|
|
typeof(AbpFeatureManagementApplicationModule),
|
|
|
|
|
typeof(AbpFeatureManagementHttpApiModule),
|
|
|
|
|
typeof(AbpAspNetCoreMultiTenancyModule)
|
|
|
|
|
typeof(AbpAspNetCoreMvcUiMultiTenancyModule)
|
|
|
|
|
)]
|
|
|
|
|
public class BackendAdminAppGatewayHostModule : AbpModule
|
|
|
|
|
{
|
|
|
|
|
|