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