Exemplo n.º 1
0
 public RegistrarVehiculo(Vehiculo vehiculoEdicion, ObserverRespuesta notificacion) : this(notificacion)
 {
     this.vehiculoEdicion = vehiculoEdicion;
     isNuevo = false;
     CargarInformacionVehiculoEdicion();
 }
Exemplo n.º 2
0
 public registrarConductor(Conductor conductorEdicion, ObserverRespuesta notificacion) : this(notificacion)
 {
     this.conductorEdicion = conductorEdicion;
     cargarInformacionConductor();
     esNuevo = false;
 }
Exemplo n.º 3
0
 public RegistrarVehiculo(ObserverRespuesta notificacion) : this()
 {
     this.notificacion = notificacion;
 }
Exemplo n.º 4
0
 public registrarConductor(ObserverRespuesta notificacion) : this()
 {
     this.notificacion = notificacion;
 }