Ejemplo n.º 1
0
 public ComponentController(CraftMyPcContext context, IHardwareUnit hardwareUnit,
                            IHardwareComponent hardwareComponent,
                            ICategoryFilter categoryFilter)
 {
     _context           = context;
     _hardwareUnit      = hardwareUnit;
     _hardwareComponent = hardwareComponent;
     _categoryFilter    = categoryFilter;
 }
Ejemplo n.º 2
0
 public HardwareComponentServices(CraftMyPcContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public HardwareUnitServices(CraftMyPcContext context)
 {
     _context = context;
 }
 public FliterCategoriesServices(CraftMyPcContext context)
 {
     _context = context;
 }
 public HardwareComponentsController(CraftMyPcContext context)
 {
     _context = context;
 }
Ejemplo n.º 6
0
 public HomeController(CraftMyPcContext context)
 {
     _context = context;
 }
Ejemplo n.º 7
0
 public NewsController(CraftMyPcContext context)
 {
     _context = context;
 }
Ejemplo n.º 8
0
 public ComponentSpecificationsController(CraftMyPcContext context)
 {
     _context = context;
 }
Ejemplo n.º 9
0
 public HardwareUnitsController(CraftMyPcContext context)
 {
     _context = context;
 }
Ejemplo n.º 10
0
 public DescriptionComponentViewComponent(CraftMyPcContext context)
 {
     db = context;
 }
 public FilterCategoriesController(CraftMyPcContext context)
 {
     _context = context;
 }
Ejemplo n.º 12
0
 public HardwareUnitSpecificationsController(CraftMyPcContext context)
 {
     _context = context;
 }
Ejemplo n.º 13
0
 public CategoryNewsController(CraftMyPcContext context)
 {
     _context = context;
 }
Ejemplo n.º 14
0
 public FilterComponentsController(CraftMyPcContext context)
 {
     _context = context;
 }
Ejemplo n.º 15
0
 public ArticlesController(CraftMyPcContext context)
 {
     _context = context;
 }