Ejemplo n.º 1
0
 public ActionResult CarTypeChoose(int?id)
 {
     _service.CarTypeChoose(id);
     return(RedirectToAction("Index", "CarModel", new { id }));
 }