Пример #1
0
 public bool HasCurrentUserComment()
 {
     if (!Comment.Any() || CurrentUser == null)
     {
         return(false);
     }
     return(CurrentUserComment != null);
 }