Пример #1
0
 public bool EnableVotes(string id)
 {
     return(User.Identity.IsAuthenticated && _wishListService.CheckCurrentUserInWishList(CurrentUser.Id, Int32.Parse(id)));
 }