Ejemplo n.º 1
0
 public void AddTransaction(Transaction tx)
 {
     Transactions = Transactions.Concat(new[] { tx }).ToArray();
 }