Example #1
0
 public List <Tutor> GetAll()
 {
     _tutorDAO = new TutorDAO();
     return(_tutorDAO.GetAll());
 }