public AppListLastUpdateTimeStore(IStateEntryRepository stateEntryRepository) { _stateEntryRepository = stateEntryRepository; }
public LoopIdStore(IStateEntryRepository stateEntryRepository, IGuidProvider guidProvider) { _stateEntryRepository = stateEntryRepository; _guidProvider = guidProvider; }