示例#1
0
        public List <AdditionalService> get_all(Int32 languageId = 0, string sortField = "", string sortOrder = "")
        {
            // Create the list to return
            List <AdditionalService> posts = AdditionalService.GetAll(languageId, sortField, sortOrder);

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