예제 #1
0
 public async Task DownVoteComment(long commentId)
 {
     await _votingApi.VoteCommentDown(commentId);
 }
예제 #2
0
 public void DownVoteComment(long commentId) => _votingApi.VoteCommentDown(commentId);