public ScheduleContainer(ScheduleBase schedule) { schedule.ThrowIfNull(nameof(schedule)); schedule.WrapInContainer(this); }
public ScheduleContainer(ScheduleBase schedule) { schedule.ContainIn(this); }