public ItemRepositoryTest() { InventoryContext = InventoryContext.Create(); ItemRepository = new ItemRepository(InventoryContext); }
public OrderRepositoryTest() { InventoryContext = InventoryContext.Create(); OrderRepository = new OrderRepository(InventoryContext); }