public System.Threading.Tasks.Task <OpenInvoicePeru.Servicio.Soap.Documentos.sendBillResponse> sendBillAsync(string fileName, byte[] contentFile) { OpenInvoicePeru.Servicio.Soap.Documentos.sendBillRequest inValue = new OpenInvoicePeru.Servicio.Soap.Documentos.sendBillRequest(); inValue.fileName = fileName; inValue.contentFile = contentFile; return(((OpenInvoicePeru.Servicio.Soap.Documentos.billService)(this)).sendBillAsync(inValue)); }
public byte[] sendBill(string fileName, byte[] contentFile) { OpenInvoicePeru.Servicio.Soap.Documentos.sendBillRequest inValue = new OpenInvoicePeru.Servicio.Soap.Documentos.sendBillRequest(); inValue.fileName = fileName; inValue.contentFile = contentFile; OpenInvoicePeru.Servicio.Soap.Documentos.sendBillResponse retVal = ((OpenInvoicePeru.Servicio.Soap.Documentos.billService)(this)).sendBill(inValue); return(retVal.applicationResponse); }
System.Threading.Tasks.Task <OpenInvoicePeru.Servicio.Soap.Documentos.sendBillResponse> OpenInvoicePeru.Servicio.Soap.Documentos.billService.sendBillAsync(OpenInvoicePeru.Servicio.Soap.Documentos.sendBillRequest request) { return(base.Channel.sendBillAsync(request)); }
OpenInvoicePeru.Servicio.Soap.Documentos.sendBillResponse OpenInvoicePeru.Servicio.Soap.Documentos.billService.sendBill(OpenInvoicePeru.Servicio.Soap.Documentos.sendBillRequest request) { return(base.Channel.sendBill(request)); }