Example #1
0
 public eFactDelfin.eFactService.transactionResponse[] sendBoleta(eFactDelfin.eFactService.authorization Authorization, byte[] file)
 {
     eFactDelfin.eFactService.sendBoletaRequest inValue = new eFactDelfin.eFactService.sendBoletaRequest();
     inValue.Authorization = Authorization;
     inValue.file          = file;
     eFactDelfin.eFactService.sendBoletaResponse retVal = ((eFactDelfin.eFactService.TransactionService)(this)).sendBoleta(inValue);
     return(retVal.responseSendBoleta);
 }
Example #2
0
 eFactDelfin.eFactService.sendBoletaResponse eFactDelfin.eFactService.TransactionService.sendBoleta(eFactDelfin.eFactService.sendBoletaRequest request)
 {
     return(base.Channel.sendBoleta(request));
 }