Example #1
0
 private void AddEventInternal(ItemWithType @event)
 {
     NewEventsCollection.Add(@event);
     currentState = (TState)EventApplier.ApplyEvent(stateType, currentState, @event);
 }