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

13 lines
243 B
C#

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