コード例 #1
0
 public ActionResult Index(BOVIPTable model)
 {
     blvip.UpdateVIP(model);
     return View(model);
 }
コード例 #2
0
 public ActionResult EditVIP(BOVIPTable model)
 {
     bllvip.UpdateVIP(model);
     ViewBag.Department = bllDepartment.GetAllDepartment();
     return(RedirectToAction("VIP"));
 }