namespace Tenant.Api.DDD.Domain.Consts; public static class TenantConnectionStringConsts { /// /// Default value: 64 /// public static int MaxNameLength { get; set; } = 64; /// /// Default value: 1024 /// public static int MaxValueLength { get; set; } = 1024; }