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

6 lines
172 B
C#

namespace KonSoft.TenantManagement;
public static class TenantManagementTestConsts
{
public const string CollectionDefinitionName = "TenantManagement collection";
}