예제 #1
0
 public SearchController()
 {
     context        = new TexxtyDBEntitiesMVC();
     blogRepository = new BlogRepository();
     postRepository = new PostRepository();
 }
예제 #2
0
 public AccountsController()
 {
     userRepository = new UserRepository();
     context        = new TexxtyDBEntitiesMVC();
 }
예제 #3
0
 public PostRepository()
 {
     this.context = new TexxtyDBEntitiesMVC();
 }
예제 #4
0
 public FollowTopicRepository()
 {
     this.context = new TexxtyDBEntitiesMVC();
 }