Exemple #1
0
 public TestStoreContext(CosmosTestStore testStore,
                         Action <CosmosDbContextOptionsBuilder> extensionConfiguration)
 {
     _testStore = testStore;
     _extensionConfiguration = extensionConfiguration;
 }
Exemple #2
0
 public TestStoreContext(CosmosTestStore testStore)
 {
     _testStore = testStore;
 }
 public override TestStore GetOrCreate(string storeName)
 => CosmosTestStore.GetOrCreate(Name, "Northwind.json");