コード例 #1
0
        public List <CategoryDTO> GetAllCategories()
        {
            IProductApi category = new ProductApi();

            return(category.GetAllCategories());
        }