public RptMngCommentService(IUnitOfWork unitOfWork, IRptMngCommentRepository rptMngCommentRepository)
 {
     this.unitOfWork = unitOfWork;
     this.rptMngCommentRepository = rptMngCommentRepository;
 }
 public RptMngCommentService(IUnitOfWork unitOfWork, IRptMngCommentRepository rptMngCommentRepository)
 {
     this.unitOfWork = unitOfWork;
     this.rptMngCommentRepository = rptMngCommentRepository;
 }