Exemplo n.º 1
0
 public ActionResult Create(Weather weather)
 {
     service.AddDay(weather);
     return(RedirectToAction("Index"));
 }