Esempio n. 1
0
 public List <Cotizacioncliente> GetAllCotizacioncliente(string conditions, string orders)
 {
     return(CotizacionclienteDao.GetAll(conditions, orders));
 }
Esempio n. 2
0
 public List <Cotizacioncliente> GetAllCotizacioncliente(Expression <Func <Cotizacioncliente, bool> > criteria)
 {
     return(CotizacionclienteDao.GetAll(criteria));
 }
Esempio n. 3
0
 public List <Cotizacioncliente> GetAllCotizacioncliente(string orders)
 {
     return(CotizacionclienteDao.GetAll(orders));
 }
Esempio n. 4
0
 public List <Cotizacioncliente> GetAllCotizacioncliente()
 {
     return(CotizacionclienteDao.GetAll());
 }