Exemple #1
0
 public bool GetBoolean(string key, bool defaultValue)
 {
     return(_settingsBag.GetBoolean(key, defaultValue));
 }