using Volo.Abp.Modularity; namespace KonSoft.TenantManagement; [DependsOn( typeof(TenantManagementApplicationModule), typeof(TenantManagementDomainTestModule) )] public class TenantManagementApplicationTestModule : AbpModule { }