public void When(BookableShowCreated evt)
 {
     BookableShowId = evt.Id;
     ScreenId = evt.ScreenId;
     ShowTime = evt.ShowTime;
     Seats = evt.Seats;
 }
Exemplo n.º 2
0
 public void When(BookableShowCreated evt)
 {
     BookableShowId = evt.Id;
     ScreenId       = evt.ScreenId;
     ShowTime       = evt.ShowTime;
     Seats          = evt.Seats;
 }