示例#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);
		}