public static string GetValue(string arg)
 {
     // The interface doesn't necessarily need the same method signatures
     // but by default it will likely start out that way.
     return(_provider.GetValue(arg));
 }
Beispiel #2
0
 public int GetOkkId() => _parametersProvider.GetValue <int>("номер_отдела_ОКК");
 public static void InitializeNotifications(IParametersProvider parametersProvider, string currentDatabaseName)
 {
     NotificationsEnabled = currentDatabaseName == parametersProvider.GetValue <string>("driver_api_notifications_enabled_database");
 }