Beispiel #1
0
 public BrokerCarga()
 {
     this.conn = ConnBD.getInstance();
 }
Beispiel #2
0
 public BrokerSurtidor()
 {
     this.conn = ConnBD.getInstance();
 }
Beispiel #3
0
 public BrokerManguera()
 {
     this.conn = ConnBD.getInstance();
 }
 public BrokerTanqueCombustible()
 {
     this.conn = ConnBD.getInstance();
 }
Beispiel #5
0
 public BrokerVehiculo()
 {
     this.conn = ConnBD.getInstance();
 }
Beispiel #6
0
 public BrokerTareaReposicion()
 {
     this.conn = ConnBD.getInstance();
 }
Beispiel #7
0
 public BrokerCliente()
 {
     this.conn = ConnBD.getInstance();
 }
Beispiel #8
0
 public BrokerUsuario()
 {
     this.conn = ConnBD.getInstance();
 }
Beispiel #9
0
 public FPersistencia()
 {
     this.Conexion = ConnBD.getInstance();
 }