Beispiel #1
0
 protected virtual void Dispose(bool disposing) => InMemoryEfCoreContextFactory.Destroy(context);
Beispiel #2
0
 public void Dispose()
 {
     InMemoryEfCoreContextFactory.Destroy(context);
 }