コード例 #1
0
        public JsonResult GetStudentByRegNos(string RegNo)
        {
            var students = enrollCourseManager.GetStudentByRegNos(RegNo);

            return(Json(students, JsonRequestBehavior.AllowGet));
        }