Files
2025-10-16 10:30:51 +08:00

11 lines
229 B
C#

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