Exemplo n.º 1
0
 public bool UpdateDeviceImage(int deviceId, byte[] image)
 {
     return(deviceDao.UpdateDeviceImage(deviceId, image));
 }