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