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