namespace Win_in.Sfs.Wms.DataExchange; public static class EosDbProperties { public static string DbTablePrefix { get; set; } = ""; public static string DbSchema { get; set; } public const string ConnectionStringName = "EOS"; }