Example #1
0
 // When methods reacting to Events to change in-memory state of the Aggregate
 public void When(TrustedSystemCreated e)
 {
     Id = e.Id;
 }
Example #2
0
        // When methods reacting to Events to change in-memory state of the Aggregate

        public void When(TrustedSystemCreated e)
        {
            Id = e.Id;
        }