Exemple #1
0
 public IHttpActionResult GetAll()
 {
     return(Ok(_exchangeRateService.GetLocalCurrencyRates()));
 }