public ProductGetTests() { _mapper = new MapperConfiguration(cfg => { cfg.AddProfile <EntityRequestMapping>(); }).CreateMapper(); _factory = new DbContextMock.InMemoryFactory(); }
public ProductUpdateTests() { _mockMapper = new Mock <IMapper>(); _factory = new DbContextMock.InMemoryFactory(); }