Beispiel #1
0
 public DataFacade(ICommandExecutor commandExecutor, IDataStore dataStore, ISnapshotFactory snapshotFactory)
 {
     this.dataStore = dataStore;
     this.snapshots = new SnapshotCache(snapshotFactory, dataStore, commandExecutor);
 }
 public DataFacade(ICommandExecutor commandExecutor, IDataStore dataStore, ISnapshotFactory snapshotFactory)
 {
     this.dataStore = dataStore;
     this.snapshots = new SnapshotCache(snapshotFactory, dataStore, commandExecutor);
 }