示例#1
0
 public List <Notadebitoclidet> GetAllNotadebitoclidet(string conditions, string orders)
 {
     return(NotadebitoclidetDao.GetAll(conditions, orders));
 }
示例#2
0
 public List <Notadebitoclidet> GetAllNotadebitoclidet(Expression <Func <Notadebitoclidet, bool> > criteria)
 {
     return(NotadebitoclidetDao.GetAll(criteria));
 }
示例#3
0
 public List <Notadebitoclidet> GetAllNotadebitoclidet(string orders)
 {
     return(NotadebitoclidetDao.GetAll(orders));
 }
示例#4
0
 public List <Notadebitoclidet> GetAllNotadebitoclidet()
 {
     return(NotadebitoclidetDao.GetAll());
 }