293031323334353637
Setor st2 = this.stRep.pesquisarSetorPorDescricao(st.getDescricao()); if(st2 == null){ this.stRep.salvarSetor(st); }else{ throw new SetorJaCadastradaException("Setor já cadastrado!"); } }
5152535455565758
Setor st2 = this.stRep.pesquisarSetorPorDescricao(st.getDescricao()); if(st2 == null){ this.stRep.alterarSetor(st); }else{ throw new SetorJaCadastradaException("Setor já cadastrado!"); } }