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