コード例 #1
0
 public CategoryController(IGetCategoryListQuery getCategoryListQuery)
 {
     _getCategoryListQuery = getCategoryListQuery;
 }
コード例 #2
0
 public CategoryMenu(IGetCategoryListQuery getCategoryListQuery)
 {
     _getCategoryListQuery = getCategoryListQuery;
 }