Exemplo n.º 1
0
 protected List <CBRRate> GetRates(CBRCurrency currency)
 {
     return((from b in _parser.Rates
             where b.Id == currency.Id
             select b).ToList());
 }
Exemplo n.º 2
0
        public string Post(CBRCurrency cbr)
        {
            fileFactory(cbr.data);

            return("ok");
        }