public JobExecutor( ILogger <JobExecutor> logger, IServiceProvider services, IExecutionsCache executionsCache ) { Services = services; this._logger = logger; this._executionsCache = executionsCache; }
public Job(IExecutionsCache executionsCache) { this._executionsCache = executionsCache; }