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