Exemplo n.º 1
0
        public ActionResult AddPackageBenefits(List <BenefitView> model)
        {
            var pb = new PackageBusiness();

            pb.AddPackageBenefit(model, Convert.ToInt16(Session["packID"]));
            return(RedirectToAction("GetAll"));
        }