Beispiel #1
0
        public List <ShipmentVO> GetInventoryStatusByOrder(InventoryOrderMgtVO vo)
        {
            ShipmentDac dac = new ShipmentDac();

            return(dac.GetInventoryStatusByOrder(vo));
        }