コード例 #1
0
 public void When(BookableShowCreated evt)
 {
     BookableShowId = evt.Id;
     ScreenId = evt.ScreenId;
     ShowTime = evt.ShowTime;
     Seats = evt.Seats;
 }
コード例 #2
0
 public void When(BookableShowCreated evt)
 {
     BookableShowId = evt.Id;
     ScreenId       = evt.ScreenId;
     ShowTime       = evt.ShowTime;
     Seats          = evt.Seats;
 }