Пример #1
0
 @Override
 public void excluirDepartamento(int id) throws Exception {
   departamentoDAO.excluirDepartamento(id);
 }