Beispiel #1
0
 public Modelo()
 {
     this.conexion = AccesoDatosPostgre.Instance;
     this.limpiarError();
 }
 public Cliente()
 {
     this.conexion = AccesoDatosPostgre.Instance;
     this.limpiarError();
 }
Beispiel #3
0
 public OrdenServicio()
 {
     this.conexion = AccesoDatosPostgre.Instance;
 }
Beispiel #4
0
 public OrdenRepuesto()
 {
     this.conexion = AccesoDatosPostgre.Instance;
     this.limpiarError();
 }