Esempio n. 1
0
 function update()
 {
     $tutorDao = new TutorDao();
     $tutorDao->updatePessoa($this);
     $tutorDao->updateTutor($this);
 }