Exemplo n.º 1
0
 public bool DeleteDevice(int device_id)
 {
     return(_devicesRepository.DeleteDevice(device_id));
 }