コード例 #1
0
 public async Task <IActionResult> GetAllUserFollowers(string userId)
 {
     return(Ok(await _followerService.GetAllUserFollowersAsync(userId)));
 }