Example #1
0
        public ActionResult Index()
        {
            WeatherModel       model         = new WeatherModel();
            WeatherResultModel weatherResult = WeatherModel.LoadWeatherInfo();

            return(View("Index", weatherResult));
        }