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