public ThreadController() { var context = new DefaultDbConext(); _threadRepository = new ThreadRepository(context); _tagRepository = new TagRepository(context); _feedFactory = new FeedFactory(); }
public NotifyController() { _context = new DefaultDbConext(); }