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