示例#1
0
 public ActionResult Index2(int[] CBK)
 {
     ViewBag.L2 = DBOps.CBKGetEmp(CBK);
     return(View());
 }