Example #1
0
 public void RemoveStudent(Student dataToBeDeleted)
 {
     studentTableActions.RemoveStudent(dataToBeDeleted);
 }