public Dictionary <string, string> GetPurchRates() { Dictionary <string, string> purchRates = ratesService.ToGetPurchRates(); return(purchRates); }
public Dictionary <string, string> GetPurchRates(string currency) { Dictionary <string, string> rates = ratesService.ToGetPurchRates(currency); return(rates); }