Beispiel #1
0
        public async Task <int[]> GetBestStoryIds()
        {
            int[] bestStoryIds;
            bestStoryIds = await _hackerNewsService.GetBestStoryIdsAsync();

            return(bestStoryIds);
        }