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