public Notacreditodet GetNotacreditodet(Expression <Func <Notacreditodet, bool> > criteria) { return(NotacreditodetDao.Get(criteria)); }
public Notacreditodet GetNotacreditodet(int id) { return(NotacreditodetDao.Get(id)); }