Example #1
0
 public TopicsController(ITeenbookRepository repo)
 {
     _repo = repo;
 }
Example #2
0
 public HomeController(ITeenbookRepository repo)
 {
     _repo = repo;
 }
 public RepliesController(ITeenbookRepository repo)
 {
     _repo = repo;
 }
Example #4
0
 public ManageReplyController(ITeenbookRepository repo)
 {
     _repo = repo;
 }