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