Exemple #1
0
 public ActionResult Edit(PackageView model)
 {
     prepo.UpdatePackage(model);
     return(RedirectToAction("GetAll"));
 }