Files
KonSoft.Clean/modules/tenant-management/test/KonSoft.TenantManagement.Application.Tests/TenantManagementApplicationTestModule.cs
2025-10-16 10:30:51 +08:00

11 lines
241 B
C#

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