Пример #1
0
 public bool GetAllInfoAndResultOfStudentPrepareToPrint(InformationOfStudentResultPrepareForPrint input, string studentID)
 {
     return(studentDA.GetAllInfoAndResultOfStudentPrepareToPrint(input, studentID));
 }