public void Update(QuestionOfExam entity) { throw new NotImplementedException(); }
public int Add(QuestionOfExam entity) { _questionOfExamRepository.Add(entity); return(entity.ID); }