public DataOperatorProductsService(WebStoreContext context, IMapper mapper, IDataOperatorCategoriesService categoryService) : base(context, mapper) { this.categoryService = categoryService; }
public CategoriesController(IDataOperatorCategoriesService categoriesService) { this.categoriesService = categoriesService; }