293031323334353637
TipoMeioTransp mt2 = this.mtRep.pesquisarTipoMeioTranspPorDescricao(mt.getDescricao()); if(mt2 == null){ this.mtRep.salvarTipoMeioTransp(mt); }else{ throw new TipoMeioTranspJaCadastradaException("Tipo de Transporte já cadastrado!"); } }
5152535455565758
TipoMeioTransp mt2 = this.mtRep.pesquisarTipoMeioTranspPorDescricao(mt.getDescricao()); if(mt2 == null){ this.mtRep.alterarTipoMeioTransp(mt); }else{ throw new TipoMeioTranspJaCadastradaException("Tipo de Transporte já cadastrado!"); } }