public RptMentorCommentService(IRptMentorCommentRepository rptMentorCommentRepository, IUnitOfWork unitOfWork) { this.rptMentorCommentRepository = rptMentorCommentRepository; this.unitOfWork = unitOfWork; }