Exemplo n.º 1
0
        // GET: Test
        public ActionResult Index()
        {
            List <EMP> emp = db.GEtdb();

            ViewBag.emplist = emp;

            return(View());
        }