public Notadebitodet GetNotadebitodet(Expression <Func <Notadebitodet, bool> > criteria) { return(NotadebitodetDao.Get(criteria)); }
public Notadebitodet GetNotadebitodet(int id) { return(NotadebitodetDao.Get(id)); }