Esempio 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;
 }
Esempio 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;
 }