예제 #1
0
 public PowerSupplyController(IPowerSupplyService powerSupplyService, IWebHostEnvironment hostEnvironment, IManufacturerService manufacturerService, IPowerSupplyMotherBoardInterfaceService motherBoardPowerSupplyInterfaceService, IPowerSupplyCPUInterfaceService powerSupplyCPUInterfaceService, IComputerAssemblyService computerAssemblyService, IUserService userService)
 {
     _powerSupplyService  = powerSupplyService;
     _webHostEnvironment  = hostEnvironment;
     _manufacturerService = manufacturerService;
     _motherBoardPowerSupplyInterfaceService = motherBoardPowerSupplyInterfaceService;
     _powerSupplyCPUInterfaceService         = powerSupplyCPUInterfaceService;
     _computerAssemblyService = computerAssemblyService;
     _userService             = userService;
 }
예제 #2
0
 public PowerSupplyCPUInterfaceController(IPowerSupplyCPUInterfaceService powerSupplyCPUInterfaceService)
 {
     _powerSupplyCPUInterfaceService = powerSupplyCPUInterfaceService;
 }