Update AbpTenantManagementApplicationModule.cs

pull/1020/head
Yunus Emre Kalkan 7 years ago
parent d690cddb48
commit bf9a46fe30

@ -5,6 +5,7 @@ namespace Volo.Abp.TenantManagement
{
[DependsOn(typeof(AbpTenantManagementDomainModule))]
[DependsOn(typeof(AbpTenantManagementApplicationContractsModule))]
[DependsOn(typeof(AbpAutoMapperModule))]
public class AbpTenantManagementApplicationModule : AbpModule
{
public override void ConfigureServices(ServiceConfigurationContext context)

Loading…
Cancel
Save