コード例 #1
0
 private bool AnswerExists(Guid id)
 {
     return(_service.CheckIfAnswerExists(id));
 }