Exemplo n.º 1
0
 /*--CONSTRUCTOR DE LA CLASE--*/
 public GestionAseguradora()
 {
     this.ConexionAseguradora = ConexionSQL.getConexion();
 }
Exemplo n.º 2
0
 /*CONTRUCTOR DE LA CLASE*/
 public GestionReporte()
 {
     this.ConexionReporte = ConexionSQL.getConexion();
 }
Exemplo n.º 3
0
 /*CONSTRUCTOR DE LA CLASE*/
 public GestionLogin()
 {
     this.ConexionLogin = ConexionSQL.getConexion();
 }
Exemplo n.º 4
0
 /*CONSTRCTOR DE LA CLASE*/
 public GestionEmpleado()
 {
     this.ConexionEmpleado = ConexionSQL.getConexion();
 }
Exemplo n.º 5
0
 /*--CONSTRUCTOR DE LA CLASE--*/
 public GestionCliente()
 {
     this.ConexionCliente = ConexionSQL.getConexion();
 }
Exemplo n.º 6
0
 /*CONTRUCTOR DE LA CLASE*/
 public GestionPolizaTipo()
 {
     this.ConexionPolizaTipo = ConexionSQL.getConexion();
 }
Exemplo n.º 7
0
 //Constructor
 public GestionPoliza()
 {
     this.ConexionPoliza = ConexionSQL.getConexion();
 }
Exemplo n.º 8
0
 /*CONSTRUCTOR DE LA CLASE*/
 public GestionCotizacion()
 {
     this.ConexionCotizacion = ConexionSQL.getConexion();
 }