public IEnumerable <structSTIOrderUpdate> GetOrders() { Array arrayOrder = null; _stiOrderMaint.GetOrderList(false, ref arrayOrder); return(arrayOrder.Cast <structSTIOrderUpdate>()); }
public int GetOrders() { int b = stOrdMaint.GetOrderList(true, null); return(b); }