Esempio n. 1
0
        public string GetForecastData(string filter, string filterTable)
        {
            string htmlContents = weatherReader.Download(configManager.GetAppSetting("WorldWeatherUrl") + filter);

            return(htmlScraper.GetForecastData(htmlContents, filterTable));
        }