|
|
|
@ -5,7 +5,6 @@ using Volo.Abp.Domain; |
|
|
|
using Volo.Abp.Domain.Entities.Events.Distributed; |
|
|
|
using Volo.Abp.Modularity; |
|
|
|
using Volo.Abp.MultiTenancy; |
|
|
|
using Volo.Abp.UI; |
|
|
|
|
|
|
|
namespace Volo.Abp.TenantManagement |
|
|
|
{ |
|
|
|
@ -14,7 +13,6 @@ namespace Volo.Abp.TenantManagement |
|
|
|
[DependsOn(typeof(AbpDataModule))] |
|
|
|
[DependsOn(typeof(AbpDddDomainModule))] |
|
|
|
[DependsOn(typeof(AbpAutoMapperModule))] |
|
|
|
[DependsOn(typeof(AbpUiModule))] //TODO: It's not good to depend on the UI module. However, UserFriendlyException is inside it!
|
|
|
|
public class AbpTenantManagementDomainModule : AbpModule |
|
|
|
{ |
|
|
|
public override void ConfigureServices(ServiceConfigurationContext context) |
|
|
|
|