public List <VwCotizacioncliente> GetAllVwCotizacioncliente(string conditions, string orders) { return(VwCotizacionclienteDao.GetAll(conditions, orders)); }
public List <VwCotizacioncliente> GetAllVwCotizacioncliente(Expression <Func <VwCotizacioncliente, bool> > criteria) { return(VwCotizacionclienteDao.GetAll(criteria)); }
public List <VwCotizacioncliente> GetAllVwCotizacioncliente(string orders) { return(VwCotizacionclienteDao.GetAll(orders)); }
public List <VwCotizacioncliente> GetAllVwCotizacioncliente() { return(VwCotizacionclienteDao.GetAll()); }