Beispiel #1
0
 private bool AnswerExists(int id)
 {
     return(_answerRepository.AnswerExists(id));
 }