Exemplo n.º 1
0
 @Override
 public List<UserAnswer> findByQuestion(Question question) {
   return userAnswerRepository.findByQuestion(question);
 }