Beispiel #1
0
 public IActionResult GetAllFollowingId([FromQuery] string userId)
 {
     return(Ok(_followService.GetAllFollowingId(userId)));
 }