Exemple #1
0
 public CategoryController(IGetCategoryListQuery getCategoryListQuery)
 {
     _getCategoryListQuery = getCategoryListQuery;
 }
 public CategoryMenu(IGetCategoryListQuery getCategoryListQuery)
 {
     _getCategoryListQuery = getCategoryListQuery;
 }