public System.Threading.Tasks.Task <ErickOrlando.FirmadoSunat.Sunat.sendSummaryResponse> sendSummaryAsync(string fileName, byte[] contentFile)
 {
     ErickOrlando.FirmadoSunat.Sunat.sendSummaryRequest inValue = new ErickOrlando.FirmadoSunat.Sunat.sendSummaryRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     return(((ErickOrlando.FirmadoSunat.Sunat.billService)(this)).sendSummaryAsync(inValue));
 }
 public string sendSummary(string fileName, byte[] contentFile)
 {
     ErickOrlando.FirmadoSunat.Sunat.sendSummaryRequest inValue = new ErickOrlando.FirmadoSunat.Sunat.sendSummaryRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     ErickOrlando.FirmadoSunat.Sunat.sendSummaryResponse retVal = ((ErickOrlando.FirmadoSunat.Sunat.billService)(this)).sendSummary(inValue);
     return(retVal.ticket);
 }
 System.Threading.Tasks.Task <ErickOrlando.FirmadoSunat.Sunat.sendSummaryResponse> ErickOrlando.FirmadoSunat.Sunat.billService.sendSummaryAsync(ErickOrlando.FirmadoSunat.Sunat.sendSummaryRequest request)
 {
     return(base.Channel.sendSummaryAsync(request));
 }
 ErickOrlando.FirmadoSunat.Sunat.sendSummaryResponse ErickOrlando.FirmadoSunat.Sunat.billService.sendSummary(ErickOrlando.FirmadoSunat.Sunat.sendSummaryRequest request)
 {
     return(base.Channel.sendSummary(request));
 }