Exemple #1
0
 public System.Threading.Tasks.Task <WinApp.Servicio.Soap.Documentos.sendBillResponse> sendBillAsync(string fileName, byte[] contentFile)
 {
     WinApp.Servicio.Soap.Documentos.sendBill inValue = new WinApp.Servicio.Soap.Documentos.sendBill();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     return(((WinApp.Servicio.Soap.Documentos.BizlinksOSE)(this)).sendBillAsync(inValue));
 }
Exemple #2
0
 public byte[] sendBill(string fileName, byte[] contentFile)
 {
     WinApp.Servicio.Soap.Documentos.sendBill inValue = new WinApp.Servicio.Soap.Documentos.sendBill();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     WinApp.Servicio.Soap.Documentos.sendBillResponse retVal = ((WinApp.Servicio.Soap.Documentos.BizlinksOSE)(this)).sendBill(inValue);
     return(retVal.applicationResponse);
 }
Exemple #3
0
 System.Threading.Tasks.Task <WinApp.Servicio.Soap.Documentos.sendBillResponse> WinApp.Servicio.Soap.Documentos.BizlinksOSE.sendBillAsync(WinApp.Servicio.Soap.Documentos.sendBill request)
 {
     return(base.Channel.sendBillAsync(request));
 }
Exemple #4
0
 WinApp.Servicio.Soap.Documentos.sendBillResponse WinApp.Servicio.Soap.Documentos.BizlinksOSE.sendBill(WinApp.Servicio.Soap.Documentos.sendBill request)
 {
     return(base.Channel.sendBill(request));
 }