Beispiel #1
0
        // GET: Student
        public ActionResult Index()
        {
            var students = _registrationRepository.GetAllStudents();

            return(View(students));
        }