Пример #1
0
        //allstudent info call by ajax

        public StudenResultViewModel GetAllStudentInfoByStutnetId(int studentId)
        {
            return(AStudentResultGateway.GetAllStudentInfoByStudentId(studentId));
        }