Пример #1
0
 public void Apply(DocumentCollectionCreated evt)
 {
     Id = evt.AggregateId;
 }
Пример #2
0
        protected DocumentCollection(string collectionName)
        {
            var @event = new DocumentCollectionCreated(CombGuid.Generate(), collectionName);

            RaiseEvent(@event);
        }