Пример #1
0
 public ActionResult New(SubCategory subCategory)
 {
     productionService.AddSubCategory(subCategory);
     return(RedirectToAction("Index"));
 }