Ejemplo n.º 1
0
 public List <Cotizacionclientedet> GetAllCotizacionclientedet(Expression <Func <Cotizacionclientedet, bool> > criteria)
 {
     return(CotizacionclientedetDao.GetAll(criteria));
 }
Ejemplo n.º 2
0
 public List <Cotizacionclientedet> GetAllCotizacionclientedet(string conditions, string orders)
 {
     return(CotizacionclientedetDao.GetAll(conditions, orders));
 }
Ejemplo n.º 3
0
 public List <Cotizacionclientedet> GetAllCotizacionclientedet()
 {
     return(CotizacionclientedetDao.GetAll());
 }