Files
KonSoft.Clean/modules/tenant-management/src/KonSoft.TenantManagement.Domain/Settings/TenantManagementSettings.cs
2025-09-08 14:15:45 +08:00

10 lines
264 B
C#

namespace KonSoft.TenantManagement.Settings;
public static class TenantManagementSettings
{
private const string Prefix = "TenantManagement";
//Add your own setting names here. Example:
//public const string MySetting1 = Prefix + ".MySetting1";
}