public Notacredito GetNotacredito(Expression <Func <Notacredito, bool> > criteria) { return(NotacreditoDao.Get(criteria)); }
public Notacredito GetNotacredito(int id) { return(NotacreditoDao.Get(id)); }