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