コード例 #1
0
        public List <OptionType> get_all(Int32 languageId = 0)
        {
            // Create the list to return
            List <OptionType> posts = OptionType.GetAll(languageId);

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