Beispiel #1
0
 public static async Task <ResultsItem> VoteBBComment(int commentId, bool isUpvote, PegaUser user)
 {
     return(await CommunityRepository.VoteBBComment(commentId, isUpvote, user));
 }