public static Infrastructure AddSimpleStore(this Infrastructure infrastructure) { var store = new SimpleStore(); infrastructure.Store = store; infrastructure.Generator = store; infrastructure.SnapshotStore = store; infrastructure.Index = store; return infrastructure; }
public static Infrastructure AddSimpleStore(this Infrastructure infrastructure) { var store = new SimpleStore(); infrastructure.Store = store; infrastructure.Generator = store; infrastructure.SnapshotStore = store; infrastructure.Index = store; return(infrastructure); }