Exemplo n.º 1
0
 public void AddTransaction(TransactionType type, double amount)
 {
     Transactions.Add(
         new Transaction(type, amount)
         );
 }