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