Exemple #1
0
        // GET: Estudiante
        public ActionResult Index()
        {
            var estModel = _serviceEst.GeAllEstudiante();

            return(View(estModel));
        }