コード例 #1
0
 public Quote GetQuotation()
 {
     return(_quotationService.GetQuote(CurrencyEnum.EUR.ToString(), CurrencyEnum.ARS.ToString()));
 }