コード例 #1
0
 public HardwareKitController(IHardwareKitService hardwareKitService)
 {
     _service = hardwareKitService;
 }