Exemplo n.º 1
0
        protected void Apply(AggregateEvent e)
        {
            _events.Add(e);

            AggregateState.Apply(e);
        }
Exemplo n.º 2
0
 protected abstract void Apply(AggregateEvent e);