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