コード例 #1
0
        public List <ProductReview> get_all(string sortField = "", string sortOrder = "")
        {
            // Create the list to return
            List <ProductReview> posts = ProductReview.GetAll(sortField, sortOrder);

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