public void Apply(AEvent @event, MyAggregate aggregate)
 {
     aggregate.ACount++;
 }
예제 #2
0
 public void DoStuff(AEvent @event, MyAggregate aggregate)
 {
 }
예제 #3
0
 public void Apply(AEvent a)
 {
 }
예제 #4
0
 public void Apply(AEvent @event, MyAggregate aggregate, IDocumentOperations operations)
 {
 }
예제 #5
0
 public void Apply(AEvent a, MyAggregate aggregate, IQuerySession session)
 {
 }
예제 #6
0
 public string Apply(AEvent @event, MyAggregate aggregate, IDocumentOperations operations)
 {
     return(null);
 }
예제 #7
0
 public void Apply(AEvent @event)
 {
 }
예제 #8
0
 public void Apply(AEvent e) => A++;