Пример #1
0
 public TipoEvento(TipoEventoDTO tipoEventoDTO) {
   this.id = tipoEventoDTO.getId();
   this.nombreEs = tipoEventoDTO.getNombreEs();
   this.nombreVa = tipoEventoDTO.getNombreVa();
   this.exportarICAA = tipoEventoDTO.getExportarICAA();
 }