Пример #1
0
 public async Task <IActionResult> GetAllUserFollowing(string userId)
 {
     return(Ok(await _followerService.GetAllUserFollowingAsync(userId)));
 }