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