Ejemplo n.º 1
0
 private void When(SeatCountForLicenseChanged @event)
 {
     // Question: Should we guard against applying events with the wrong aggregate identity here?
     this.seats = @event.Seats;
 }
Ejemplo n.º 2
0
 private void When(SeatCountForLicenseChanged @event)
 {
     // Question: Should we guard against applying events with the wrong aggregate identity here?
     this.seats = @event.Seats;
 }