Exemplo n.º 1
0
 public VwCotizacionclientedet GetVwCotizacionclientedet(Expression <Func <VwCotizacionclientedet, bool> > criteria)
 {
     return(VwCotizacionclientedetDao.Get(criteria));
 }
Exemplo n.º 2
0
 public long CountVwCotizacionclientedet()
 {
     return(VwCotizacionclientedetDao.Count());
 }
Exemplo n.º 3
0
 public VwCotizacionclientedet GetVwCotizacionclientedet(int id)
 {
     return(VwCotizacionclientedetDao.Get(id));
 }
Exemplo n.º 4
0
 public List <VwCotizacionclientedet> GetAllVwCotizacionclientedet(string conditions, string orders)
 {
     return(VwCotizacionclientedetDao.GetAll(conditions, orders));
 }
Exemplo n.º 5
0
 public List <VwCotizacionclientedet> GetAllVwCotizacionclientedet(Expression <Func <VwCotizacionclientedet, bool> > criteria)
 {
     return(VwCotizacionclientedetDao.GetAll(criteria));
 }
Exemplo n.º 6
0
 public List <VwCotizacionclientedet> GetAllVwCotizacionclientedet()
 {
     return(VwCotizacionclientedetDao.GetAll());
 }
Exemplo n.º 7
0
 public long CountVwCotizacionclientedet(Expression <Func <VwCotizacionclientedet, bool> > criteria)
 {
     return(VwCotizacionclientedetDao.Count(criteria));
 }