Exemplo n.º 1
0
 public List <VwCotizacioncliente> GetAllVwCotizacioncliente(string conditions, string orders)
 {
     return(VwCotizacionclienteDao.GetAll(conditions, orders));
 }
Exemplo n.º 2
0
 public List <VwCotizacioncliente> GetAllVwCotizacioncliente(Expression <Func <VwCotizacioncliente, bool> > criteria)
 {
     return(VwCotizacionclienteDao.GetAll(criteria));
 }
Exemplo n.º 3
0
 public List <VwCotizacioncliente> GetAllVwCotizacioncliente(string orders)
 {
     return(VwCotizacionclienteDao.GetAll(orders));
 }
Exemplo n.º 4
0
 public List <VwCotizacioncliente> GetAllVwCotizacioncliente()
 {
     return(VwCotizacionclienteDao.GetAll());
 }