示例#1
0
        public List <ProductAccessory> get_all()
        {
            // Create the list to return
            List <ProductAccessory> posts = ProductAccessory.GetAll();

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