namespace Win_in.Sfs.Label.Domain; public static class LabelDbProperties { public static string DbTablePrefix { get; set; } = "Label_"; public static string DbSchema { get; set; } public const string ConnectionStringName = "Label"; }