示例#1
0
 public ActionResult Update(ProductCategory model)
 {
     f.Update(model);
     return(RedirectToAction("Index"));
 }