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