public void Apply(MyAggregate aggregate, CEvent @event)
 {
     aggregate.CCount++;
 }
示例#2
0
 public void Apply(CEvent e) => C++;