public override TestStore GetOrCreate(string storeName)
 => CosmosSqlTestStore.GetOrCreate(Name, "Northwind.json");
Example #2
0
 public virtual TestStore GetOrCreate(string storeName) => CosmosSqlTestStore.GetOrCreate(storeName);