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