public eFactDelfin.eFactService.transactionResponse[] sendInvoice(eFactDelfin.eFactService.authorization Authorization, byte[] file) { eFactDelfin.eFactService.sendInvoiceRequest inValue = new eFactDelfin.eFactService.sendInvoiceRequest(); inValue.Authorization = Authorization; inValue.file = file; eFactDelfin.eFactService.sendInvoiceResponse retVal = ((eFactDelfin.eFactService.TransactionService)(this)).sendInvoice(inValue); return(retVal.responseSendInvoice); }
eFactDelfin.eFactService.sendInvoiceResponse eFactDelfin.eFactService.TransactionService.sendInvoice(eFactDelfin.eFactService.sendInvoiceRequest request) { return(base.Channel.sendInvoice(request)); }