Inheritance: RestConnector
示例#1
0
 private void createClients()
 {
     this.todoPagoClient = new TodoPago(this.restEndpoint, this.Headers);
     this.soapClient     = new SoapConnector(this.soapEndpoint, this.Headers);
 }
示例#2
0
 private void createClients(){
     this.todoPagoClient = new TodoPago(this.restEndpoint, this.Headers);
     this.bsaClient = new BSA(this.restEndpoint, this.Headers);
     this.soapClient = new SoapConector(this.soapEndpoint, this.Headers);
 }