Ejemplo n.º 1
0
 public eFactDelfin.eFactService.transactionResponse[] sendDebitNote(eFactDelfin.eFactService.authorization Authorization, byte[] file)
 {
     eFactDelfin.eFactService.sendDebitNoteRequest inValue = new eFactDelfin.eFactService.sendDebitNoteRequest();
     inValue.Authorization = Authorization;
     inValue.file          = file;
     eFactDelfin.eFactService.sendDebitNoteResponse retVal = ((eFactDelfin.eFactService.TransactionService)(this)).sendDebitNote(inValue);
     return(retVal.responseSendDebitNote);
 }
Ejemplo n.º 2
0
 eFactDelfin.eFactService.sendDebitNoteResponse eFactDelfin.eFactService.TransactionService.sendDebitNote(eFactDelfin.eFactService.sendDebitNoteRequest request)
 {
     return(base.Channel.sendDebitNote(request));
 }