public VwCotizacionclientedet GetVwCotizacionclientedet(Expression <Func <VwCotizacionclientedet, bool> > criteria) { return(VwCotizacionclientedetDao.Get(criteria)); }
public VwCotizacionclientedet GetVwCotizacionclientedet(int id) { return(VwCotizacionclientedetDao.Get(id)); }