Example #1
0
 public Tutor GetTutorByUserName(string userName)
 {
     _tutorDAO = new TutorDAO();
     return(_tutorDAO.GetTutorByUserName(userName));
 }