Esempio n. 1
0
 public virtual IList <Currency> GetAllCurrency()
 {
     return(entityDao.GetAllCurrency());
 }