public OnTimedEvent(IUnitOfWork unitOfWork, ISysUserLogService sysUserLogService, ISysLogService sysLogService, ITheIndexService iTheIndexService, ISysMailService iSysMailService)
 {
     _unitOfWork = unitOfWork;
     _sysUserLogService = sysUserLogService;
     _sysLogService = sysLogService;
     _iTheIndexService = iTheIndexService;
     _ISysMailService = iSysMailService;
 }
 public HelpController(ISysHelpService iSysHelpService, ITheIndexService iTheIndexService)
 {
     _iSysHelpService = iSysHelpService;
     _iTheIndexService = iTheIndexService;
 }