Exemplo n.º 1
0
 public void Cleanup()
 {
     NorthWeirdDbContextFactory.Destroy(_context);
 }
Exemplo n.º 2
0
 public void Setup()
 {
     _context = NorthWeirdDbContextFactory.Create();
     _mapper  = new MapperConfiguration(c => c.AddMaps(typeof(ProductMappingProfile))).CreateMapper();
 }