Ejemplo n.º 1
0
 public TransactionResult Withdraw(int accountId, decimal amount)
 {
     return(_transactionHandler.Withdraw(accountId, amount));
 }