} // end of EntityMultipleBookingWaitingListSchedule #endregion #region Initialize /// <summary> /// Intializes the booking model at the start time of the schedule /// </summary> /// <param name="startTime">Start time of the schedule</param> public override void Initialize(DateTime startTime) { BookingModel.Initialize(startTime); } // end Initialize