Exemplo n.º 1
0
 public TestAggregate(TestInitializationEvent initEvent)
 {
     this.ApplyChanges(initEvent);
 }
Exemplo n.º 2
0
 private void Apply(TestInitializationEvent evt)
 {
     this.Validation   = false;
     this.StateUpdated = false;
     this.InitialState = evt.InitialValue;
 }