Example #1
0
 public bool QuestionAdd(Question question)
 {
     return(_examRepository.QuestionAdd(question));
 }