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