public RptFinanceCommentService(IRptFinanceCommentRepository rptFinanceCommentRepository, IUnitOfWork unitOfWork)
 {
     this.rptFinanceCommentRepository = rptFinanceCommentRepository;
     this.unitOfWork = unitOfWork;
 }
 public RptFinanceCommentService(IRptFinanceCommentRepository rptFinanceCommentRepository, IUnitOfWork unitOfWork)
 {
     this.rptFinanceCommentRepository = rptFinanceCommentRepository;
     this.unitOfWork = unitOfWork;
 }