示例#1
0
 public IQueryable <Currency> All()
 {
     return(_currencyRepository.All());
 }