コード例 #1
0
 public TestStore GetOrCreate(string storeName)
 => InMemoryTestStore.GetOrCreate(storeName);
コード例 #2
0
 public TestStore Create(string storeName)
 => InMemoryTestStore.Create(storeName);