Ejemplo n.º 1
0
 function read()
 {
     $tutorDao = new TutorDao();
     return $tutorDao->read();
 }