Exemple #1
0
        public async Task <IActionResult> GetFollowersAsync()
        {
            List <Follower> followers = await topicObj.GetFollowersAsync();

            return(Ok(followers));
        }