Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <ESBPaymentRequestClient.processResponse> processAsync(string fileName, string legalEntityCode, byte[] attachment)
 {
     ESBPaymentRequestClient.processRequest inValue = new ESBPaymentRequestClient.processRequest();
     inValue.fileName        = fileName;
     inValue.legalEntityCode = legalEntityCode;
     inValue.attachment      = attachment;
     return(((ESBPaymentRequestClient.ws_PortType)(this)).processAsync(inValue));
 }
Ejemplo n.º 2
0
 System.Threading.Tasks.Task <ESBPaymentRequestClient.processResponse> ESBPaymentRequestClient.ws_PortType.processAsync(ESBPaymentRequestClient.processRequest request)
 {
     return(base.Channel.processAsync(request));
 }