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