Files
KonSoft.Clean/modules/tenant-management/test/KonSoft.TenantManagement.Domain.Tests/TenantManagementDomainTestModule.cs
2025-09-08 14:15:45 +08:00

13 lines
231 B
C#

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