|
|
@ -31,6 +31,7 @@ using Volo.Abp.PermissionManagement;
|
|
|
|
using Volo.Abp.PermissionManagement.EntityFrameworkCore;
|
|
|
|
using Volo.Abp.PermissionManagement.EntityFrameworkCore;
|
|
|
|
using Volo.Abp.PermissionManagement.Identity;
|
|
|
|
using Volo.Abp.PermissionManagement.Identity;
|
|
|
|
using Volo.Abp.SettingManagement.EntityFrameworkCore;
|
|
|
|
using Volo.Abp.SettingManagement.EntityFrameworkCore;
|
|
|
|
|
|
|
|
using Volo.Abp.Swashbuckle;
|
|
|
|
using Volo.Abp.TenantManagement;
|
|
|
|
using Volo.Abp.TenantManagement;
|
|
|
|
using Volo.Abp.TenantManagement.EntityFrameworkCore;
|
|
|
|
using Volo.Abp.TenantManagement.EntityFrameworkCore;
|
|
|
|
using Volo.Abp.TenantManagement.Web;
|
|
|
|
using Volo.Abp.TenantManagement.Web;
|
|
|
@ -63,7 +64,7 @@ namespace MyCompanyName.MyProjectName
|
|
|
|
typeof(AbpTenantManagementEntityFrameworkCoreModule),
|
|
|
|
typeof(AbpTenantManagementEntityFrameworkCoreModule),
|
|
|
|
typeof(AbpAspNetCoreMvcUiBasicThemeModule),
|
|
|
|
typeof(AbpAspNetCoreMvcUiBasicThemeModule),
|
|
|
|
typeof(AbpAspNetCoreSerilogModule),
|
|
|
|
typeof(AbpAspNetCoreSerilogModule),
|
|
|
|
typeof(AbpSwaggerModule)
|
|
|
|
typeof(AbpSwashbuckleModule)
|
|
|
|
)]
|
|
|
|
)]
|
|
|
|
public class MyProjectNameWebUnifiedModule : AbpModule
|
|
|
|
public class MyProjectNameWebUnifiedModule : AbpModule
|
|
|
|
{
|
|
|
|
{
|
|
|
|