public Modelo() { this.conexion = AccesoDatosPostgre.Instance; this.limpiarError(); }
public Cliente() { this.conexion = AccesoDatosPostgre.Instance; this.limpiarError(); }
public OrdenServicio() { this.conexion = AccesoDatosPostgre.Instance; }
public OrdenRepuesto() { this.conexion = AccesoDatosPostgre.Instance; this.limpiarError(); }