public ConsultasWSFe( WSFEV1 wsfe, LogueadorFe logueador )
 {
     this.wsfe = wsfe;
     this.wa = new WrapperAutorizacion();
     this.logueador = logueador;
     this.managerErrores = new ManagerErroresFe( this.logueador );
 }
 public ServidorFacturaElectronica( SoapHttpClientProtocol wsfe, LogueadorFe logueador )
 {
     this.wsfe = (WSFEV1) wsfe;
     this.logueador = logueador;
 }