public ComponentController(CraftMyPcContext context, IHardwareUnit hardwareUnit, IHardwareComponent hardwareComponent, ICategoryFilter categoryFilter) { _context = context; _hardwareUnit = hardwareUnit; _hardwareComponent = hardwareComponent; _categoryFilter = categoryFilter; }
public HardwareComponentServices(CraftMyPcContext context) { _context = context; }
public HardwareUnitServices(CraftMyPcContext context) { _context = context; }
public FliterCategoriesServices(CraftMyPcContext context) { _context = context; }
public HardwareComponentsController(CraftMyPcContext context) { _context = context; }
public HomeController(CraftMyPcContext context) { _context = context; }
public NewsController(CraftMyPcContext context) { _context = context; }
public ComponentSpecificationsController(CraftMyPcContext context) { _context = context; }
public HardwareUnitsController(CraftMyPcContext context) { _context = context; }
public DescriptionComponentViewComponent(CraftMyPcContext context) { db = context; }
public FilterCategoriesController(CraftMyPcContext context) { _context = context; }
public HardwareUnitSpecificationsController(CraftMyPcContext context) { _context = context; }
public CategoryNewsController(CraftMyPcContext context) { _context = context; }
public FilterComponentsController(CraftMyPcContext context) { _context = context; }
public ArticlesController(CraftMyPcContext context) { _context = context; }