예제 #1
0
 public ActionResult Edit(Boat boat)
 {
     repo.Update(boat);
     return(RedirectToAction("Details/" + boat.Id));
 }