Beispiel #1
0
 historyLines.Add(new HistoryLine(today, amountOfMoney, accountId, balance));
 request = new GenerateCuLetterRequest(accountId, sender, payer, textOfLetter, ifnsCode?.ToString());
Beispiel #3
0
 public DepositTransaction(string id, string accountId, double amount) : this(id) => ApplyEvent(new DepositTransactionCommittedEvent(accountId, amount));