Ejemplo n.º 1
0
        //[HttpPost]
        //public ActionResult ParkDetail(string id, string tempChoice)
        //{
        //    ParkModel park;
        //    Session["tempChoice"] = tempChoice;

        //    return RedirectToAction("ParkDetail", park = dal.GetParkDetail(id.ToUpper()));
        //}

        public ActionResult PartialWeatherF(string id)
        {
            List <WeatherModel> f = dal2.ParkWeather(id);

            return(PartialView("PartialWeather", f));
        }