282930313233343536
Uo uo2 = this.uoRep.pesquisarUoPorNome(uo.getNome()); if(uo2 == null){ this.uoRep.salvarUo(uo); }else{ throw new UoJaCadastradaException("Unidade Organizacional já cadastrada!"); } }
5051525354555657
Uo uo2 = this.uoRep.pesquisarUoPorNome(uo.getNome()); if(uo2 == null){ this.uoRep.alterarUo(uo); }else{ throw new UoJaCadastradaException("Unidade Ornizacional já cadastrada!"); } }