Exemple #1
0
 public ReviewCommentController(IReviewCommentRepository reviewCommentRepository)
 {
     _reviewCommentRepository = reviewCommentRepository;
 }
Exemple #2
0
 public ReviewCommentService(IReviewCommentRepository repo)
 {
     this.repo = repo;
 }