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