Ejemplo n.º 1
0
        public AttachmentController()
        {
            postService = new ContentPostService();
            attachService = new AttachmentService();

            HideLayout( typeof( wojilu.Web.Controller.Content.LayoutController ) );
        }
Ejemplo n.º 2
0
 public ListController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
     attachmentService = new AttachmentService();
     ctService = new ContentCustomTemplateService();
 }
Ejemplo n.º 3
0
        public PostController() {
            postService = new ContentPostService();
            sectionService = new ContentSectionService();
            attachService = new AttachmentService();
            appService = new SiteAppService();

            HideLayout( typeof( wojilu.Web.Controller.Content.LayoutController ) );
        }
Ejemplo n.º 4
0
        public PostController()
        {
            LayoutControllerType = typeof( Section.LayoutController );

            postService = new ContentPostService();
            sectionService = new ContentSectionService();
            attachmentService = new AttachmentService();
            psService = new ContentPostSectionService();
        }
Ejemplo n.º 5
0
 public ListController()
 {
     postService = new ContentPostService();
     sectionService = new ContentSectionService();
     attachService = new AttachmentService();
 }
 public ContentAttachmentController()
 {
     postService = new ContentPostService();
     attachmentService = new AttachmentService();
 }