Esempio n. 1
0
 public ActionResult UpdatePlot(Plot plot)
 {
     OrderHelpers.UpdateOrderPlot(plot);
     return(Redirect("/Order"));
 }