Ejemplo n.º 1
0
        public IActionResult Index()
        {
            IEnumerable <Student> students = _studentRepsitory.GetAllStudents();

            return(View(students));
        }