Exemple #1
0
 public IEnumerable <Currency> GetByCode(string code)
 {
     return(_currency.Find(CurrencyQuery.WithByCode(code)));
 }