public List <VwNotadebitodet> GetAllVwNotadebitodet(string conditions, string orders) { return(VwNotadebitodetDao.GetAll(conditions, orders)); }
public List <VwNotadebitodet> GetAllVwNotadebitodet(Expression <Func <VwNotadebitodet, bool> > criteria) { return(VwNotadebitodetDao.GetAll(criteria)); }
public List <VwNotadebitodet> GetAllVwNotadebitodet(string orders) { return(VwNotadebitodetDao.GetAll(orders)); }
public List <VwNotadebitodet> GetAllVwNotadebitodet() { return(VwNotadebitodetDao.GetAll()); }