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