Beispiel #1
0
 public QueryTestFixture()
 {
     Context = InMemoryEfCoreContextFactory.Create();
 }
Beispiel #2
0
 public CommandTestBase()
 {
     Context = InMemoryEfCoreContextFactory.Create();
 }