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