예제 #1
0
 public async Task <ResultsItem> VoteBBComment(int commentId, bool isUpvote)
 {
     OnCommentsUpdatedCacheHandler(commentId: commentId);
     return(await CommunityLogic.VoteBBComment(commentId, isUpvote, CurrentUser));
 }