コード例 #1
0
 protected bool Equals(ConcertPlannedEvent other)
 {
     return(ConcertId.Equals(other.ConcertId));
 }
コード例 #2
0
 void When(ConcertPlannedEvent @event)
 {
     _id        = new ConcertId(@event.ConcertId);
     _cancelled = false;
 }