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

7 lines
173 B
C#

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