コード例 #1
0
 public ActionResult Create(ProductCategory category)
 {
     categoryManager.Insert(category);
     return(RedirectToAction("Index"));
 }