예제 #1
0
 public IActionResult GetCommentLikes(int loggedUserId, int commentId)
 {
     return(Ok(_likesService.GetCommentLikes(loggedUserId, commentId)));
 }