예제 #1
0
 public void Dispose()
 {
     InMemoryEfCoreContextFactory.Destroy(Context);
 }
예제 #2
0
 protected virtual void Dispose(bool disposing) => InMemoryEfCoreContextFactory.Destroy(Context);
예제 #3
0
 public CommandTestBase()
 {
     Context = InMemoryEfCoreContextFactory.Create();
 }
예제 #4
0
 public QueryTestFixture()
 {
     Context = InMemoryEfCoreContextFactory.Create();
 }