コード例 #1
0
 public ActionResult RemoveVehicle(int id)
 {
     repo.DeleteVehicle(id);
     return(RedirectToAction("index", "Home"));
 }