public List <VwValorizaciondet> GetAllVwValorizaciondet(Expression <Func <VwValorizaciondet, bool> > criteria) { return(VwValorizaciondetDao.GetAll(criteria)); }
public List <VwValorizaciondet> GetAllVwValorizaciondet(string conditions, string orders) { return(VwValorizaciondetDao.GetAll(conditions, orders)); }
public List <VwValorizaciondet> GetAllVwValorizaciondet() { return(VwValorizaciondetDao.GetAll()); }