Esempio n. 1
0
        public async Task <List <ItemModel> > GetStoryList()
        {
            var items = await _hackerNewsService.GetStoryList();

            await _storyRepository.Insert(items);

            _textToSpeech.Speak();
            return(items);
        }