예제 #1
0
		public void Apply(CollectionCreated evt)
		{
			Id = evt.AggregateId;
		}
예제 #2
0
		protected DocumentCollection(string collectionName)
		{
			var @event = new CollectionCreated(CombGuid.Generate(), collectionName);
			RaiseEvent(@event);
		}