public Notadebitoclidet GetNotadebitoclidet(Expression <Func <Notadebitoclidet, bool> > criteria) { return(NotadebitoclidetDao.Get(criteria)); }
public Notadebitoclidet GetNotadebitoclidet(int id) { return(NotadebitoclidetDao.Get(id)); }