Example #1
0
 public System.Threading.Tasks.Task <ADE.Processes.SunatDelivery.SunatPRD.sendBillResponse> sendBillAsync(string fileName, byte[] contentFile)
 {
     ADE.Processes.SunatDelivery.SunatPRD.sendBillRequest inValue = new ADE.Processes.SunatDelivery.SunatPRD.sendBillRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     return(((ADE.Processes.SunatDelivery.SunatPRD.billService)(this)).sendBillAsync(inValue));
 }
Example #2
0
 public byte[] sendBill(string fileName, byte[] contentFile)
 {
     ADE.Processes.SunatDelivery.SunatPRD.sendBillRequest inValue = new ADE.Processes.SunatDelivery.SunatPRD.sendBillRequest();
     inValue.fileName    = fileName;
     inValue.contentFile = contentFile;
     ADE.Processes.SunatDelivery.SunatPRD.sendBillResponse retVal = ((ADE.Processes.SunatDelivery.SunatPRD.billService)(this)).sendBill(inValue);
     return(retVal.applicationResponse);
 }
Example #3
0
 System.Threading.Tasks.Task <ADE.Processes.SunatDelivery.SunatPRD.sendBillResponse> ADE.Processes.SunatDelivery.SunatPRD.billService.sendBillAsync(ADE.Processes.SunatDelivery.SunatPRD.sendBillRequest request)
 {
     return(base.Channel.sendBillAsync(request));
 }
Example #4
0
 ADE.Processes.SunatDelivery.SunatPRD.sendBillResponse ADE.Processes.SunatDelivery.SunatPRD.billService.sendBill(ADE.Processes.SunatDelivery.SunatPRD.sendBillRequest request)
 {
     return(base.Channel.sendBill(request));
 }