public System.Threading.Tasks.Task <string> UpdateTransactionAsync(Ledger.UI.Web.LedgerService.TransactionModel transaction) { return(base.Channel.UpdateTransactionAsync(transaction)); }
public string UpdateTransaction(Ledger.UI.Web.LedgerService.TransactionModel transaction) { return(base.Channel.UpdateTransaction(transaction)); }
public System.Threading.Tasks.Task <string> MakeWithdrawalAsync(Ledger.UI.Web.LedgerService.TransactionModel withdrawal) { return(base.Channel.MakeWithdrawalAsync(withdrawal)); }
public string MakeWithdrawal(Ledger.UI.Web.LedgerService.TransactionModel withdrawal) { return(base.Channel.MakeWithdrawal(withdrawal)); }
public System.Threading.Tasks.Task <string> MakeDepositAsync(Ledger.UI.Web.LedgerService.TransactionModel deposit) { return(base.Channel.MakeDepositAsync(deposit)); }
public string MakeDeposit(Ledger.UI.Web.LedgerService.TransactionModel deposit) { return(base.Channel.MakeDeposit(deposit)); }