Пример #1
0
 public List <VwCotizacionclientedet> GetAllVwCotizacionclientedet(Expression <Func <VwCotizacionclientedet, bool> > criteria)
 {
     return(VwCotizacionclientedetDao.GetAll(criteria));
 }
Пример #2
0
 public List <VwCotizacionclientedet> GetAllVwCotizacionclientedet(string conditions, string orders)
 {
     return(VwCotizacionclientedetDao.GetAll(conditions, orders));
 }
Пример #3
0
 public List <VwCotizacionclientedet> GetAllVwCotizacionclientedet()
 {
     return(VwCotizacionclientedetDao.GetAll());
 }