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