Пример #1
0
 public List <Answer> GetAllAnswerByQuestionId(int questionId)
 {
     return(_answerRepository.GetAllByQuestionId(questionId));
 }