public void Handle(OverdrawAttemptedEvent e) { Notifications.Add(new Notification(e.AccountId, string.Format("Overdraw of {0} attempted.", e.Amount))); }
private void UpdateFrom(OverdrawAttemptedEvent @event) { _numberOfOverdraws++; }