public List <Notadebitodet> GetAllNotadebitodet(string conditions, string orders) { return(NotadebitodetDao.GetAll(conditions, orders)); }
public List <Notadebitodet> GetAllNotadebitodet(Expression <Func <Notadebitodet, bool> > criteria) { return(NotadebitodetDao.GetAll(criteria)); }
public List <Notadebitodet> GetAllNotadebitodet(string orders) { return(NotadebitodetDao.GetAll(orders)); }
public List <Notadebitodet> GetAllNotadebitodet() { return(NotadebitodetDao.GetAll()); }