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