public int StudentExamCount(Logic.StudentServiceReference.StudentSelect studentSelect) { return(base.Channel.StudentExamCount(studentSelect)); }
public Logic.StudentServiceReference.StudentExam[] StudentExam(Logic.StudentServiceReference.StudentSelect studentSelect) { return(base.Channel.StudentExam(studentSelect)); }