示例#1
0
 public System.Threading.Tasks.Task <ADE.Processes.SunatDelivery.SunatPRD.sendSummaryResponse> sendSummaryAsync(string fileName, byte[] contentFile)
 {
     ADE.Processes.SunatDelivery.SunatPRD.sendSummaryRequest inValue = new ADE.Processes.SunatDelivery.SunatPRD.sendSummaryRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     return(((ADE.Processes.SunatDelivery.SunatPRD.billService)(this)).sendSummaryAsync(inValue));
 }
示例#2
0
 public string sendSummary(string fileName, byte[] contentFile)
 {
     ADE.Processes.SunatDelivery.SunatPRD.sendSummaryRequest inValue = new ADE.Processes.SunatDelivery.SunatPRD.sendSummaryRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     ADE.Processes.SunatDelivery.SunatPRD.sendSummaryResponse retVal = ((ADE.Processes.SunatDelivery.SunatPRD.billService)(this)).sendSummary(inValue);
     return(retVal.ticket);
 }
示例#3
0
 System.Threading.Tasks.Task <ADE.Processes.SunatDelivery.SunatPRD.sendSummaryResponse> ADE.Processes.SunatDelivery.SunatPRD.billService.sendSummaryAsync(ADE.Processes.SunatDelivery.SunatPRD.sendSummaryRequest request)
 {
     return(base.Channel.sendSummaryAsync(request));
 }
示例#4
0
 ADE.Processes.SunatDelivery.SunatPRD.sendSummaryResponse ADE.Processes.SunatDelivery.SunatPRD.billService.sendSummary(ADE.Processes.SunatDelivery.SunatPRD.sendSummaryRequest request)
 {
     return(base.Channel.sendSummary(request));
 }