public void Setup() { SomeContext = new SomeContext(); }
public void TestSetup() { DbContext = new SomeContext(); DbContext.Database.CreateIfNotExists(); TransactionScope = new TransactionScope(TransactionScopeOption.RequiresNew); }