Esempio n. 1
0
        public ActionResult GetEmpdata(int[] ch)
        {
            List <EMPDATA> L1 = ChechBox.GetEmpData(ch);

            return(View(L1));
        }
Esempio n. 2
0
        // GET: CheckBox
        public ActionResult Index()
        {
            List <EMPDATA> L = ChechBox.GetEmp();

            return(View(L));
        }