Exemplo n.º 1
0
        public void OnGet()
        {
            var student = new StudentList();

            Message     = "Hello, I'm here too!";
            studentList = student.CreateStudentList();
        }