Exemplo n.º 1
0
 public List <VwCotizacionclientedetovimp> GetAllVwCotizacionclientedetovimp(Expression <Func <VwCotizacionclientedetovimp, bool> > criteria)
 {
     return(VwCotizacionclientedetovimpDao.GetAll(criteria));
 }
Exemplo n.º 2
0
 public List <VwCotizacionclientedetovimp> GetAllVwCotizacionclientedetovimp(string conditions, string orders)
 {
     return(VwCotizacionclientedetovimpDao.GetAll(conditions, orders));
 }
Exemplo n.º 3
0
 public List <VwCotizacionclientedetovimp> GetAllVwCotizacionclientedetovimp()
 {
     return(VwCotizacionclientedetovimpDao.GetAll());
 }