Example #1
0
 public BluetoothDataService(IBluetoothRepository bluetoothRepository)
 {
     this.bluetoothRepository = bluetoothRepository;
 }
 public BluetoothController(IBluetoothRepository bluetoothRepository)
 {
     _bluetoothRepository = bluetoothRepository;
 }