예제 #1
0
 public void Deposit(int amount)
 {
     _transactionRepo.AddDeposit(amount);
 }