Exemplo n.º 1
0
        // GET: Docente
        public ActionResult Index()

        {
            return(View(objDia.Listar()));
        }