Exemple #1
0
 public void Transactions(Transactions newTrans)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public void addTransactions(Transactions newTrans)
 {
     this.transList.Add(newTrans);
 }