Esempio n. 1
0
 protected bool Equals(ConcertCancelledEvent other)
 {
     return(ConcertId.Equals(other.ConcertId) && string.Equals(Reason, other.Reason));
 }
Esempio n. 2
0
 void When(ConcertCancelledEvent @event)
 {
     _cancelled = true;
 }