public ContentSectionController() { sectionService = new ContentSectionService(); templateService = new ContentSectionTemplateService(); sectionTypeService = new ContentSectionTypeService(); feedService = new FeedSourceService(); }
public ListImgController() { sectionService = new ContentSectionService(); postService = new ContentPostService(); imgService = new ContentImgService(); ctService = new ContentCustomTemplateService(); }
public ListController() { postService = new ContentPostService(); sectionService = new ContentSectionService(); attachmentService = new AttachmentService(); ctService = new ContentCustomTemplateService(); }
public SectionDataController() { postService = new ContentPostService(); sectionService = new ContentSectionService(); TplService = new ContentSectionTemplateService(); ctService = new ContentCustomTemplateService(); }
public NormalController() { postService = new ContentPostService(); imgService = new ContentImgService(); sectionService = new ContentSectionService(); ctService = new ContentCustomTemplateService(); }
public AdminController() { sectionService = new ContentSectionService(); postService = new ContentPostService(); tempPostService = new ContentTempPostService(); ntService = new NotificationService(); msgService = new MessageService(); }
public CmsInstallerBase() { installerService = new AppInstallerService(); appService = new UserAppService(); menuService = new UserMenuService(); sectionService = new ContentSectionService(); tplService = new ContentCustomTemplateService(); }
public PostController() { postService = new ContentPostService(); sectionService = new ContentSectionService(); attachService = new AttachmentService(); HideLayout(typeof(wojilu.Web.Controller.Content.LayoutController)); }
public PostController() { LayoutControllerType = typeof(Section.LayoutController); postService = new ContentPostService(); sectionService = new ContentSectionService(); attachmentService = new AttachmentService(); psService = new ContentPostSectionService(); }
public UserHomeInstaller() { sectionService = new ContentSectionService(); appService = new UserAppService(); menuService = new UserMenuService(); appinfoService = new AppInstallerService(); lbl = lang.getByApp(typeof(ContentApp)); }
public ContentController() { sectionService = new ContentSectionService(); templatelService = new ContentSectionTemplateService(); postService = new ContentPostService(); ctService = new ContentCustomTemplateService(); HideLayout(typeof(wojilu.Web.Controller.Content.LayoutController)); }
public PostController() { sectionService = new ContentSectionService(); postService = new ContentPostService(); tempPostService = new ContentTempPostService(); }
public ImgController() { postService = new ContentPostService(); sectionService = new ContentSectionService(); imgService = new ContentImgService(); }
public TemplateCustomController() { sectionService = new ContentSectionService(); ctService = new ContentCustomTemplateService(); templatelService = new ContentSectionTemplateService(); }
public ContentController() { SectionService = new ContentSectionService(); TplService = new ContentSectionTemplateService(); ctService = new ContentCustomTemplateService(); }
public ExportController() { sectionService = new ContentSectionService(); postService = new ContentPostService(); }
public TalkController() { postService = new ContentPostService(); sectionService = new ContentSectionService(); ctService = new ContentCustomTemplateService(); }
public ListController() { postService = new ContentPostService(); sectionService = new ContentSectionService(); attachService = new AttachmentService(); }
public PollController() { postService = new ContentPostService(); sectionService = new ContentSectionService(); pollService = new ContentPollService(); }
public TemplateController() { sectionTypeService = new ContentSectionTypeService(); sectionService = new ContentSectionService(); templateService = new ContentSectionTemplateService(); }