Exemple #1
0
 public InMemorySnapshotStore(InMemoryEventStore eventStore, List <ICommittedSnapshot> storage)
 {
     _eventStore = eventStore;
     _snapshots  = storage;
 }