Пример #1
0
 public void Create(Question question)
 {
     _questionRepository.Add(question);
     _questionRepository.Commit();
 }