public ConnectionController(ConnectionService connectionService, ShellyService shellyService)
 {
     _connectionService = connectionService;
     _shellyService     = shellyService;
 }
Exemplo n.º 2
0
 public ShellyController(ShellyService shellyService)
 {
     _shellyService = shellyService;
 }