示例#1
0
 public void Dispose()
 {
     NorthwindContextFactory.Destroy(_context);
 }
示例#2
0
 public CommandTestBase()
 {
     _context = NorthwindContextFactory.Create();
 }
示例#3
0
 public QueryTestFixture()
 {
     Context = NorthwindContextFactory.Create();
 }