Пример #1
0
 public bool LoadStudentInformationById(string studentID, Student student)
 {
     return(studentDA.LoadStudentByID(studentID, student));
 }