コード例 #1
0
        public ActionResult GetEmpdata(int[] ch)
        {
            List <EMPDATA> L1 = ChechBox.GetEmpData(ch);

            return(View(L1));
        }