Ejemplo n.º 1
0
 public ActionResult Update(SubCategory subCategory)
 {
     productionService.UpdateSubCategory(subCategory);
     return(RedirectToAction("Index"));
 }