public ActionResult Index(BOVIPTable model) { blvip.UpdateVIP(model); return View(model); }
public ActionResult EditVIP(BOVIPTable model) { bllvip.UpdateVIP(model); ViewBag.Department = bllDepartment.GetAllDepartment(); return(RedirectToAction("VIP")); }