public void Apply(MyAggregate aggregate, CEvent @event)
 {
     aggregate.CCount++;
 }
Пример #2
0
 public void Apply(CEvent e) => C++;