public List <VwCotizacionprvdet> GetAllVwCotizacionprvdet(string conditions, string orders) { return(VwCotizacionprvdetDao.GetAll(conditions, orders)); }
public List <VwCotizacionprvdet> GetAllVwCotizacionprvdet(Expression <Func <VwCotizacionprvdet, bool> > criteria) { return(VwCotizacionprvdetDao.GetAll(criteria)); }
public List <VwCotizacionprvdet> GetAllVwCotizacionprvdet(string orders) { return(VwCotizacionprvdetDao.GetAll(orders)); }
public List <VwCotizacionprvdet> GetAllVwCotizacionprvdet() { return(VwCotizacionprvdetDao.GetAll()); }