Exemplo n.º 1
0
 public CommentController()
 {
     _commentRepository = new CommentRepository();
 }
Exemplo n.º 2
0
 public ReplyController()
 {
     _replyRepository = new ReplyRepository();
 }
Exemplo n.º 3
0
 public BookingController()
 {
     _bookingRepository = new BookingRepository();
 }