Пример #1
0
 public void Dispose()
 {
     ReferenceDbContextFactory.Destroy(Context);
 }
Пример #2
0
 public QueryTestFixture()
 {
     Context = ReferenceDbContextFactory.Create();
 }