Ejemplo n.º 1
0
        public List <OrderRow> get_all()
        {
            // Create the list to return
            List <OrderRow> posts = new List <OrderRow>(10);

            // Get all the posts
            posts = OrderRow.GetAll();

            // Return the list
            return(posts);
        } // End of the get_all method