示例#1
0
        public ActionResult Merge(int ID, string BName)
        {
            BrandBll bll = new BrandBll();

            ViewBag.BrandList = bll.GetEBListExceptSelf(ID, bll.GetByID(ID).EnterpriseID);
            return(View());
        }
示例#2
0
 public ActionResult Merge(int ID,string BName)
 {
     BrandBll bll = new BrandBll();
     ViewBag.BrandList = bll.GetEBListExceptSelf(ID,bll.GetByID(ID).EnterpriseID);
     return View();
 }