Exemple #1
0
 public Student GetStudentByName(string StudentName)
 {
     return(studentTableActions.GetStudentByName(StudentName));
 }