Example #1
0
 public void Dispose()
 {
     InPortContextFactory.Destroy(Context);
 }
Example #2
0
 public QueryTestFixture()
 {
     Context    = InPortContextFactory.Create();
     UnitOfWork = new UnitOfWorkContainer(Context);
 }