Пример #1
0
 private void When(SeatCountForLicenseChanged @event)
 {
     // Question: Should we guard against applying events with the wrong aggregate identity here?
     this.seats = @event.Seats;
 }
Пример #2
0
 private void When(SeatCountForLicenseChanged @event)
 {
     // Question: Should we guard against applying events with the wrong aggregate identity here?
     this.seats = @event.Seats;
 }