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