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