Пример #1
0
        public void UpdateHistoryEvaporationForAllActiveCounties()
        {
            List <County> listOfCounties = _weatherHistoryDomain.RetrieveCountiesThatHaveActiveNodes();

            foreach (var county in listOfCounties.Distinct())
            {
                GetHistoryEvaporationByCountyName(county.Name);
            }
        }