public void Apply(AEvent @event, MyAggregate aggregate) { aggregate.ACount++; }
public void DoStuff(AEvent @event, MyAggregate aggregate) { }
public void Apply(AEvent a) { }
public void Apply(AEvent @event, MyAggregate aggregate, IDocumentOperations operations) { }
public void Apply(AEvent a, MyAggregate aggregate, IQuerySession session) { }
public string Apply(AEvent @event, MyAggregate aggregate, IDocumentOperations operations) { return(null); }
public void Apply(AEvent @event) { }
public void Apply(AEvent e) => A++;