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