示例#1
0
 public ActionResult Edit(RentalViewModel rental)
 {
     rentalHelper.UpdateRental(rental);
     return(RedirectToAction("", ""));
 }