コード例 #1
0
 public System.Threading.Tasks.Task <ErickOrlando.FirmadoSunatWin.Sunat.sendSummaryResponse> sendSummaryAsync(string fileName, byte[] contentFile, string partyType)
 {
     ErickOrlando.FirmadoSunatWin.Sunat.sendSummaryRequest inValue = new ErickOrlando.FirmadoSunatWin.Sunat.sendSummaryRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     inValue.partyType   = partyType;
     return(((ErickOrlando.FirmadoSunatWin.Sunat.billService)(this)).sendSummaryAsync(inValue));
 }
コード例 #2
0
 public string sendSummary(string fileName, byte[] contentFile, string partyType)
 {
     ErickOrlando.FirmadoSunatWin.Sunat.sendSummaryRequest inValue = new ErickOrlando.FirmadoSunatWin.Sunat.sendSummaryRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     inValue.partyType   = partyType;
     ErickOrlando.FirmadoSunatWin.Sunat.sendSummaryResponse retVal = ((ErickOrlando.FirmadoSunatWin.Sunat.billService)(this)).sendSummary(inValue);
     return(retVal.ticket);
 }
コード例 #3
0
 System.Threading.Tasks.Task <ErickOrlando.FirmadoSunatWin.Sunat.sendSummaryResponse> ErickOrlando.FirmadoSunatWin.Sunat.billService.sendSummaryAsync(ErickOrlando.FirmadoSunatWin.Sunat.sendSummaryRequest request)
 {
     return(base.Channel.sendSummaryAsync(request));
 }
コード例 #4
0
 ErickOrlando.FirmadoSunatWin.Sunat.sendSummaryResponse ErickOrlando.FirmadoSunatWin.Sunat.billService.sendSummary(ErickOrlando.FirmadoSunatWin.Sunat.sendSummaryRequest request)
 {
     return(base.Channel.sendSummary(request));
 }