Beispiel #1
0
 public System.Threading.Tasks.Task <string> UpdateTransactionAsync(Ledger.UI.Web.LedgerService.TransactionModel transaction)
 {
     return(base.Channel.UpdateTransactionAsync(transaction));
 }
Beispiel #2
0
 public string UpdateTransaction(Ledger.UI.Web.LedgerService.TransactionModel transaction)
 {
     return(base.Channel.UpdateTransaction(transaction));
 }
Beispiel #3
0
 public System.Threading.Tasks.Task <string> MakeWithdrawalAsync(Ledger.UI.Web.LedgerService.TransactionModel withdrawal)
 {
     return(base.Channel.MakeWithdrawalAsync(withdrawal));
 }
Beispiel #4
0
 public string MakeWithdrawal(Ledger.UI.Web.LedgerService.TransactionModel withdrawal)
 {
     return(base.Channel.MakeWithdrawal(withdrawal));
 }
Beispiel #5
0
 public System.Threading.Tasks.Task <string> MakeDepositAsync(Ledger.UI.Web.LedgerService.TransactionModel deposit)
 {
     return(base.Channel.MakeDepositAsync(deposit));
 }
Beispiel #6
0
 public string MakeDeposit(Ledger.UI.Web.LedgerService.TransactionModel deposit)
 {
     return(base.Channel.MakeDeposit(deposit));
 }