Ejemplo n.º 1
0
 public bool UpdateDeviceRoomId(int deviceId, int roomId)
 {
     return(deviceDao.UpdateRoomId(deviceId, roomId));
 }