protected List <CBRRate> GetRates(CBRCurrency currency) { return((from b in _parser.Rates where b.Id == currency.Id select b).ToList()); }
public string Post(CBRCurrency cbr) { fileFactory(cbr.data); return("ok"); }