Example #1
0
 public void RemoveTutor(Tutor tutor)
 {
     _tutorDAO = new TutorDAO();
     _tutorDAO.Remove(tutor);
 }