Esempio n. 1
0
 private bool QuestionExists(int id)
 {
     return(_IQuestion.Any(id).Result);
 }