public DeviceSelectionViewModel(IEcuService ecuService)
 {
     _ecuService       = ecuService;
     IsDeviceSupported = true;
 }
Exemple #2
0
 public EcusController(IEcuService ecuData)
 {
     this.ecuData = ecuData;
 }