293031323334353637
ProfPis pp2 = this.ppRep.pesquisarProfPisPorNome(pp.getNome()); if(pp2 == null){ this.ppRep.salvarProfPis(pp); }else{ throw new ProfPisJaCadastradaException("Profifional do Pis já cadastrado!"); } }
5152535455565758
ProfPis pp2 = this.ppRep.pesquisarProfPisPorNome(pp.getNome()); if(pp2 == null){ this.ppRep.alterarProfPis(pp); }else{ throw new ProfPisJaCadastradaException("Profissional do Pis já cadastrado!"); } }