Beispiel #1
0
 public function updateCurso(Entity\Curso $curso)
 {
     $this->curso_dao->update($curso);
 }