Esempio n. 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));
 }
Esempio n. 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);
 }
Esempio n. 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));
 }
Esempio n. 4
0
 ADE.Processes.SunatDelivery.SunatPRDr.sendBillResponse ADE.Processes.SunatDelivery.SunatPRDr.billService.sendBill(ADE.Processes.SunatDelivery.SunatPRDr.sendBillRequest request)
 {
     return(base.Channel.sendBill(request));
 }