Ejemplo n.º 1
0
 public void DeleteDevice(int deviceId)
 {
     _devicesRepository.DeleteDevice(deviceId);
 }