Ejemplo n.º 1
0
 public VwCotizacionclientedet GetVwCotizacionclientedet(Expression <Func <VwCotizacionclientedet, bool> > criteria)
 {
     return(VwCotizacionclientedetDao.Get(criteria));
 }
Ejemplo n.º 2
0
 public VwCotizacionclientedet GetVwCotizacionclientedet(int id)
 {
     return(VwCotizacionclientedetDao.Get(id));
 }