public void Update(Question question) { _questionDao.Update(question); }
public int Update(info_Question t) { return(imd.Update(t)); }