コード例 #1
0
        public async Task <AutocompleteLight[]> GetAllFavorites()
        {
            var favorites = await _weatherEngine.GetAllFavorites();

            return(favorites);
        }