using Volo.Abp.Modularity; namespace KonSoft.TenantManagement; /* Inherit from this class for your domain layer tests. */ public abstract class TenantManagementDomainTestBase : TenantManagementTestBase where TStartupModule : IAbpModule { }