Beispiel #1
0
 public Inventory()
 {
     Details = new InventoryDetail(this);
     Warehouse = new List<InventoryLocations>();
 }
Beispiel #2
0
 public Inventory()
 {
     Details   = new InventoryDetail(this);
     Warehouse = new List <InventoryLocations>();
 }