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