7 lines
173 B
C#
7 lines
173 B
C#
namespace KonSoft.TenantManagement;
|
|
|
|
public static class TenantManagementTestConsts
|
|
{
|
|
public const string CollectionDefinitionName = "TenantManagement collection";
|
|
}
|