Esempio n. 1
0
        public NotificationLog CreateNotificationLog(NotificationLogId notificationLogId)
        {
            var count = eventStore.CountStoredEvents();

            return(CreateNotificationLog(new NotificationLogInfo(notificationLogId, count)));
        }