Exemplo n.º 1
0
 public ExchangeRate GetExchangeRate(int id)
 {
     return(_exchangeRateRepository.GetById(id));
 }