Exemplo n.º 1
0
        public List <Location> GetWorldTemperatures()
        {
            string htmlContents = weatherReader.Download(configManager.GetAppSetting("WorldWeatherUrl") + "weather/");

            return(htmlScraper.GetCities(htmlContents));
        }