public Slot(SectionSlotInfo sectionSlotInfo, BasePartialModule module) { SectionSlotInfo = sectionSlotInfo; Module = module; }
public CmsSlot(CmsSectionSlotInfo sectionSlotInfo, BasePartialModule module) : base(sectionSlotInfo, module) { }
public Slot ReplaceModule(BasePartialModule module) { return new Slot(SectionSlotInfo, module); }