Exemplo n.º 1
0
 public ActionResult EditPro(ProductType pt)
 {
     producttypeComponent.Update(pt);
     return RedirectToAction("Index");
 }
Exemplo n.º 2
0
 public ActionResult CreatePro(ProductType pt)
 {
     producttypeComponent.Save(pt);
     return RedirectToAction("Index");
 }