Example #1
0
 public decimal Convert(string from, string to, decimal amount)
 {
     return(_currencyConverterService.ConvertAmountGivenCurrenCurrencyToExpectedCurrency(amount, from, to));
 }