Пример #1
0
 public List <Notadebitodet> GetAllNotadebitodet(string conditions, string orders)
 {
     return(NotadebitodetDao.GetAll(conditions, orders));
 }
Пример #2
0
 public List <Notadebitodet> GetAllNotadebitodet(Expression <Func <Notadebitodet, bool> > criteria)
 {
     return(NotadebitodetDao.GetAll(criteria));
 }
Пример #3
0
 public List <Notadebitodet> GetAllNotadebitodet(string orders)
 {
     return(NotadebitodetDao.GetAll(orders));
 }
Пример #4
0
 public List <Notadebitodet> GetAllNotadebitodet()
 {
     return(NotadebitodetDao.GetAll());
 }