Example #1
0
 public ActionResult Update(YC.Models.Station station)
 {
     stationDb.Update(station);
     return(RedirectToAction("Index"));
 }