コード例 #1
0
 public CategoryController(CategoryApiService categoryApiService)
 {
     _categoryApiService = categoryApiService;
 }