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