Exemplo n.º 1
0
 private bool AnswerExists(int id)
 {
     return(_answerRepository.AnswerExists(id));
 }