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