Exemplo n.º 1
0
 public Inventory()
 {
     Details = new InventoryDetail(this);
     Warehouse = new List<InventoryLocations>();
 }
Exemplo n.º 2
0
 public Inventory()
 {
     Details   = new InventoryDetail(this);
     Warehouse = new List <InventoryLocations>();
 }