示例#1
0
 public IActionResult GetFollowingUser(int loggedUserId, int userId)
 {
     return(Ok(_followersService.GetFollowingUser(loggedUserId, userId)));
 }