Ejemplo n.º 1
0
/*
 * -- =============================================
 * -- Author:		<BotSpiel>
 *
 * -- Description:	<Description>
 *
 * This class ....
 *
 */

        public Receiving()
        {
            InventoryLocations _InventoryLocations = new InventoryLocations();

            InventoryLocations = _InventoryLocations;
            InboundOrders _InboundOrders = new InboundOrders();

            InboundOrders = _InboundOrders;
            HandlingUnits _HandlingUnits = new HandlingUnits();

            HandlingUnits = _HandlingUnits;
            Materials _Materials = new Materials();

            Materials = _Materials;
            MaterialHandlingUnitConfigurations _MaterialHandlingUnitConfigurations = new MaterialHandlingUnitConfigurations();

            MaterialHandlingUnitConfigurations = _MaterialHandlingUnitConfigurations;
            HandlingUnitTypes _HandlingUnitTypes = new HandlingUnitTypes();

            HandlingUnitTypes = _HandlingUnitTypes;
            InventoryStates _InventoryStates = new InventoryStates();

            InventoryStates = _InventoryStates;
            Statuses _Statuses = new Statuses();

            Statuses = _Statuses;
        }
/*
 * -- =============================================
 * -- Author:		<BotSpiel>
 *
 * -- Description:	<Description>
 *
 * This class ....
 *
 */

        public InboundOrderLines()
        {
            InboundOrders _InboundOrders = new InboundOrders();

            InboundOrders = _InboundOrders;
            Materials _Materials = new Materials();

            Materials = _Materials;
            MaterialHandlingUnitConfigurations _MaterialHandlingUnitConfigurations = new MaterialHandlingUnitConfigurations();

            MaterialHandlingUnitConfigurations = _MaterialHandlingUnitConfigurations;
            HandlingUnitTypes _HandlingUnitTypes = new HandlingUnitTypes();

            HandlingUnitTypes = _HandlingUnitTypes;
            Statuses _Statuses = new Statuses();

            Statuses = _Statuses;
        }