示例#1
0
 public virtual IList <Currency> GetAllCurrency()
 {
     return(entityDao.GetAllCurrency());
 }