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