コード例 #1
0
 public void GetBlogCategoriesTest()
 {
     ContentService contentService = new ContentService();
     ServiceResponse<List<BlogCategoryDC>> blogCategories = contentService.GetBlogCategories();
 }