Пример #1
0
 public ProductManager(IProductDal productDal, ICategorySevice categorySevice)
 {
     _productDal     = productDal;
     _categorySevice = categorySevice;
 }
 public CategoriesController(ICategorySevice categoryService)
 {
     _categoryService = categoryService;
 }