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