Пример #1
0
 public bool Add(QuestionBank question)
 {
     return(_questionRepository.Add(question));
 }