Beispiel #1
0
 public Transaction(double amount)
 {
     Amount          = amount;
     TransactionDate = DateProvider.now();
 }