Exemplo n.º 1
0
 private decimal AddByExchange(decimal value, CurrencyRate currencyRate)
 {
     return(currencyRate.AddByExchange(value));
 }