コード例 #1
0
        public ThreadController()
        {
            var context = new DefaultDbConext();

            _threadRepository = new ThreadRepository(context);
            _tagRepository    = new TagRepository(context);
            _feedFactory      = new FeedFactory();
        }
コード例 #2
0
 public NotifyController()
 {
     _context = new DefaultDbConext();
 }