Example #1
0
 public void Apply(AEvent a)
 {
 }
 public void Apply(AEvent @event, MyAggregate aggregate)
 {
     aggregate.ACount++;
 }
Example #3
0
 public void DoStuff(AEvent @event, MyAggregate aggregate)
 {
 }
Example #4
0
 public void Apply(AEvent @event, MyAggregate aggregate, IDocumentOperations operations)
 {
 }
Example #5
0
 public void Apply(AEvent a, MyAggregate aggregate, IQuerySession session)
 {
 }
Example #6
0
 public string Apply(AEvent @event, MyAggregate aggregate, IDocumentOperations operations)
 {
     return(null);
 }
Example #7
0
 public void Apply(AEvent @event)
 {
 }