293031323334353637
TipoSanit tt2 = this.ttRep.pesquisarTipoSanitPorDescricao(tt.getDescricao()); if(tt2 == null){ this.ttRep.salvarTipoSanit(tt); }else{ throw new TipoSanitJaCadastradaException("Tipo de Sanitario já cadastrado!"); } }
5152535455565758
TipoSanit tt2 = this.ttRep.pesquisarTipoSanitPorDescricao(tt.getDescricao()); if(tt2 == null){ this.ttRep.alterarTipoSanit(tt); }else{ throw new TipoSanitJaCadastradaException("Tipo de Sanitario já cadastrado!"); } }