コード例 #1
0
 public static function getByNome($departamento)
 {
     return DepartamentoDao::getByNome($departamento);
 }