Example #1
0
        protected void Apply(AggregateEvent e)
        {
            _events.Add(e);

            AggregateState.Apply(e);
        }
Example #2
0
 protected abstract void Apply(AggregateEvent e);