コード例 #1
0
        public System.Collections.Generic.IList <PedidoEN> ReadAll(int first, int size)
        {
            System.Collections.Generic.IList <PedidoEN> list = null;

            list = _IPedidoCAD.ReadAll(first, size);
            return(list);
        }