コード例 #1
0
 public void Answer(Question question, int id)
 {
     _questionRepository.Answer(question, id);
 }