Esempio n. 1
0
 public ActionResult EditBuytype(BuyType bt)
 {
     buytypeComponent.Update(bt);
     return RedirectToAction("Index");
 }
Esempio n. 2
0
 public ActionResult CreateBuytype(BuyType bt)
 {
     buytypeComponent.Save(bt);
     return RedirectToAction("Index");
 }