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