282930313233343536
TurmaPis trp2 = this.trpRep.pesquisarTurmaPisPorCodigo(trp.getCodTurmaPis()); if(trp2 == null){ this.trpRep.salvarTurmaPis(trp); }else{ throw new TurmaPisJaCadastradaException("Turma de PIS já cadastrado!"); } }
5051525354555657
TurmaPis trp2 = this.trpRep.pesquisarTurmaPisPorCodigo(trp.getCodTurmaPis()); if(trp2 == null){ this.trpRep.alterarTurmaPis(trp); }else{ throw new TurmaPisJaCadastradaException("Turma PIS já cadastrado!"); } }