Exemplo n.º 1
0
 public CategoryController()
 {
     HideLayout( typeof( Reader.LayoutController ) );
     categoryService = new FeedCategoryService();
     subscriptionService = new SubscriptionService();
     entryService = new FeedEntryService();
 }
 public SubscriptionController()
 {
     categoryService = new FeedCategoryService();
     feedService = new FeedSourceService();
     subscriptionService = new SubscriptionService();
     entryService = new FeedEntryService();
 }
Exemplo n.º 3
0
 public SubscriptionController()
 {
     categoryService = new FeedCategoryService();
     feedService = new FeedSourceService();
     subscriptionService = new SubscriptionService();
     entryService = new FeedEntryService();
     base.HideLayout( typeof( Reader.LayoutController ) );
 }
Exemplo n.º 4
0
 public LayoutController()
 {
     categoryService = new FeedCategoryService();
     subscribeService = new SubscriptionService();
 }
Exemplo n.º 5
0
 public CategoryController()
 {
     categoryService = new FeedCategoryService();
     subscriptionService = new SubscriptionService();
     entryService = new FeedEntryService();
 }