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