Example #1
0
 public void Withdraw(int amount)
 {
     _transactionRepo.AddWithdrawal(amount);
 }