コード例 #1
0
 public IActionResult GetAllFollower([FromQuery] string userId)
 {
     return(Ok(_followService.GetAllFollower(userId)));
 }