Exemplo n.º 1
0
 public decimal GetDecimal(string name, decimal defaultValue)
 {
     return(CurrProperties.GetDecimal(name, defaultValue));
 }