public OnTimedEvent(IUnitOfWork unitOfWork, ISysUserLogService sysUserLogService, ISysLogService sysLogService, ISysMailService iSysMailService) { _unitOfWork = unitOfWork; _sysUserLogService = sysUserLogService; _sysLogService = sysLogService; _iSysMailService = iSysMailService; }
public OnTimedEvent(IUnitOfWork unitOfWork, ISysUserLogService sysUserLogService, ISysLogService sysLogService, ITheIndexService iTheIndexService, ISysMailService iSysMailService) { _unitOfWork = unitOfWork; _sysUserLogService = sysUserLogService; _sysLogService = sysLogService; _iTheIndexService = iTheIndexService; _ISysMailService = iSysMailService; }
public SysMailController(ISysMailService SysMailService, IUnitOfWork unitOfWork) { _SysMailService = SysMailService; _unitOfWork = unitOfWork; }