public ProductCategoryController(IProductCategoryConnectAPI productCategoryConnectAPI, ApplicationDbContext context)
 {
     _context = context;
     _productCategoryConnectAPI = productCategoryConnectAPI;
 }
Example #2
0
 public CategoryViewComponent(IProductCategoryConnectAPI productCategoryConnectAPI)
 {
     _productCategoryConnectAPI = productCategoryConnectAPI;
 }