Ejemplo n.º 1
0
 public PostUpdateObserver() {
     postService = new ContentPostService();
     imgService = new ContentImgService();
 }
Ejemplo n.º 2
0
 public MyListController()
 {
     tpostService = new ContentTempPostService();
     postService  = new ContentPostService();
 }
Ejemplo n.º 3
0
 public SidebarController()
 {
     postService = new ContentPostService();
 }
Ejemplo n.º 4
0
 public ExportController()
 {
     sectionService = new ContentSectionService();
     postService    = new ContentPostService();
 }
Ejemplo n.º 5
0
 public PostDeleteObserver()
 {
     postService = new ContentPostService();
 }
Ejemplo n.º 6
0
 public PollController()
 {
     topicService = new ContentPostService();
     pollService  = new ContentPollService();
 }
Ejemplo n.º 7
0
 public SidebarController() {
     postService = new ContentPostService();
 }
Ejemplo n.º 8
0
 public PostAddObserver() {
     postService = new ContentPostService();
 }
Ejemplo n.º 9
0
 public MyListController() {
     tpostService = new ContentTempPostService();
     postService = new ContentPostService();
 }
Ejemplo n.º 10
0
 public LayoutController() {
     tempPostService = new ContentTempPostService();
     postService = new ContentPostService();
 }
Ejemplo n.º 11
0
 public RecentMaker( ){
     postService = new ContentPostService();
 }
Ejemplo n.º 12
0
 public PostDeleteObserver() {
     postService = new ContentPostService();
 }
Ejemplo n.º 13
0
 public LayoutController()
 {
     postService = new ContentPostService();
 }
Ejemplo n.º 14
0
 public PostAddObserver()
 {
     postService = new ContentPostService();
 }
Ejemplo n.º 15
0
 public PostUpdateObserver()
 {
     postService = new ContentPostService();
     imgService  = new ContentImgService();
 }
Ejemplo n.º 16
0
 public RecentMaker( )
 {
     postService = new ContentPostService();
 }
Ejemplo n.º 17
0
 public LayoutController()
 {
     tempPostService = new ContentTempPostService();
     postService     = new ContentPostService();
 }
Ejemplo n.º 18
0
 public PollController() {
     topicService = new ContentPostService();
     pollService = new ContentPollService();
 }
Ejemplo n.º 19
0
 public ExportController() {
     sectionService = new ContentSectionService();
     postService = new ContentPostService();
 }