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