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