Exemplo n.º 1
0
 public ItemRepositoryTest()
 {
     InventoryContext = InventoryContext.Create();
     ItemRepository   = new ItemRepository(InventoryContext);
 }
Exemplo n.º 2
0
 public OrderRepositoryTest()
 {
     InventoryContext = InventoryContext.Create();
     OrderRepository  = new OrderRepository(InventoryContext);
 }