Esempio n. 1
0
        //
        // GET: /Emp/

        public ActionResult Index()
        {
            List <Emp> theEmpList = Emp.GetAll();

            return(View(theEmpList));
        }