コード例 #1
0
        public void Deposit(Amount amount)
        {
            Credit credit = new Credit(Id, amount);

            _transactions.Add(credit);
        }