public void Dispose() => AuctionSystemContextFactory.Destroy(this.Context);
public CommandTestBase() { this.Context = AuctionSystemContextFactory.Create(); this.Mapper = TestSetup.InitializeMapper(); }
public QueryTestFixture() { this.Context = AuctionSystemContextFactory.Create(); this.Mapper = TestSetup.InitializeMapper(); }