Esempio n. 1
0
        public JsonResult GetAllInfoByStudentId(int studentId)
        {
            StudenResultViewModel studentinfo = AStudentResultManager.GetAllStudentInfoByStutnetId(studentId);

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