Example #1
0
 public DhtApi(KatDhtService dhtService)
 {
     _dhtService = dhtService;
 }
Example #2
0
 public AnalogController(IDhtService dhtService) => _dhtService = dhtService;
Example #3
0
 public TemperatureController(IDhtService dhtService) => _dhtService = dhtService;