コード例 #1
0
        // GET: Docente
        public ActionResult Index()

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