Exemplo n.º 1
0
 public void Apply(DocumentCollectionCreated evt)
 {
     Id = evt.AggregateId;
 }
Exemplo n.º 2
0
 protected DocumentCollection(string collectionName)
 {
     var @event = new DocumentCollectionCreated(CombGuid.Generate(), collectionName);
     RaiseEvent(@event);
 }