public TestBase() { context = BreadingBreadDbContextFactory.Create(); }
public void Dispose() { BreadingBreadDbContextFactory.Destroy(context); }