コード例 #1
0
 public TransactionResult AddTransaction(int fromAccountId, int toAccountId, decimal amount)
 {
     return(_transactionHandler.AddTransaction(toAccountId, fromAccountId, amount));
 }