293031323334353637
Uf uf2 = this.ufRep.pesquisarUfPorNome(uf.getNome()); if(uf2 == null){ this.ufRep.salvarUf(uf); }else{ throw new UfJaCadastradaException("UF já cadastrado!"); } }
5152535455565758
Uf uf2 = this.ufRep.pesquisarUfPorNome(uf.getNome()); if(uf2 == null){ this.ufRep.alterarUf(uf); }else{ throw new UfJaCadastradaException("UF já cadastrado!"); } }