Exemple #1
0
 public System.Threading.Tasks.Task <ADE.Processes.SunatDelivery.SunatPRDr.sendPackResponse> sendPackAsync(string fileName, byte[] contentFile)
 {
     ADE.Processes.SunatDelivery.SunatPRDr.sendPackRequest inValue = new ADE.Processes.SunatDelivery.SunatPRDr.sendPackRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     return(((ADE.Processes.SunatDelivery.SunatPRDr.billService)(this)).sendPackAsync(inValue));
 }
Exemple #2
0
 public string sendPack(string fileName, byte[] contentFile)
 {
     ADE.Processes.SunatDelivery.SunatPRDr.sendPackRequest inValue = new ADE.Processes.SunatDelivery.SunatPRDr.sendPackRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     ADE.Processes.SunatDelivery.SunatPRDr.sendPackResponse retVal = ((ADE.Processes.SunatDelivery.SunatPRDr.billService)(this)).sendPack(inValue);
     return(retVal.ticket);
 }
Exemple #3
0
 System.Threading.Tasks.Task <ADE.Processes.SunatDelivery.SunatPRDr.sendPackResponse> ADE.Processes.SunatDelivery.SunatPRDr.billService.sendPackAsync(ADE.Processes.SunatDelivery.SunatPRDr.sendPackRequest request)
 {
     return(base.Channel.sendPackAsync(request));
 }
Exemple #4
0
 ADE.Processes.SunatDelivery.SunatPRDr.sendPackResponse ADE.Processes.SunatDelivery.SunatPRDr.billService.sendPack(ADE.Processes.SunatDelivery.SunatPRDr.sendPackRequest request)
 {
     return(base.Channel.sendPack(request));
 }