예제 #1
0
 public virtual IList <Receipt> GetAllReceipt()
 {
     return(entityDao.GetAllReceipt());
 }