Example #1
0
 public void Apply(TestAggregateDidSomething e)
 {
     DidSomethingCount++;
 }
Example #2
0
 public void Apply(TestAggregateDidSomething e)
 {
     I++;
 }
 private void Apply(TestAggregateDidSomething e)
 {
     Loaded = true;
     Number++;
 }