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

            return("ok");
        }