using Volo.Abp.Modularity; namespace KonSoft.TenantManagement; public abstract class TenantManagementApplicationTestBase : TenantManagementTestBase where TStartupModule : IAbpModule { }