Пример #1
0
 public static function getByNome($curso)
 {
     return CursoDao::getByNome($curso);
 }