public QueryTestFixture() { Context = SimpleCMSContextFactory.Create(); var configurationProvider = new MapperConfiguration(configuration => { configuration.AddProfile <MappingProfile>(); }); Mapper = configurationProvider.CreateMapper(); }
public CommandTestBase() { _context = SimpleCMSContextFactory.Create(); }