static ObjectConverter()
 {
     _dateonlyFormat = HelperMethods.GetAppSettingsValue("DateFormat", false);
     _datetimeFormat = $"{_dateonlyFormat} {HelperMethods.GetAppSettingsValue("TimeFormat", false)}";
 }
Beispiel #2
0
 public ConnectionManager()
 {
     Url = new Uri(HelperMethods.GetAppSettingsValue("Url"));
     _connectionCache = new Dictionary <string, ConnectionCache>();
 }