Example #1
0
 public async Task <int> CommentDislikeCount(int commentId)
 {
     return(await _commentRepository.CommentDislikeCount(commentId));
 }