Example #1
0
        public IEnumerable <structSTIOrderUpdate> GetOrders()
        {
            Array arrayOrder = null;

            _stiOrderMaint.GetOrderList(false, ref arrayOrder);

            return(arrayOrder.Cast <structSTIOrderUpdate>());
        }
Example #2
0
        public int GetOrders()
        {
            int b = stOrdMaint.GetOrderList(true, null);

            return(b);
        }