Пример #1
0
 public SnapshotMessageHandler(ISnapshotPool pool, IUpdateLatestHandler updateLatestHandler,
                               ITimeManager timeManager)
 {
     _pool                = pool;
     _timeManager         = timeManager;
     _updateLatestHandler = updateLatestHandler;
 }
Пример #2
0
 public SnapshotSelector(ISnapshotPool snapshotPool)
 {
     _snapshotPool = snapshotPool;
 }