コード例 #1
0
 public GrowthLightController(ILogger <GrowthLightController> logger, GrowthLightService growthLightService)
 {
     this._logger             = logger;
     this._growthLightService = growthLightService;
 }
コード例 #2
0
 public ActuatorsController(ILogger <ActuatorsController> logger, GrowthLightService growthLightService)
 {
     this._logger             = logger;
     this._growthLightService = growthLightService;
 }