public BluetoothDataService(IBluetoothRepository bluetoothRepository) { this.bluetoothRepository = bluetoothRepository; }
public BluetoothController(IBluetoothRepository bluetoothRepository) { _bluetoothRepository = bluetoothRepository; }