Exemplo n.º 1
0
        // GET: Emp
        public ActionResult Index()
        {
            List <EMPDATA> L = ODOps.GetAll();

            return(View(L));
        }