Exemplo n.º 1
0
        public bool CheckExistingDevice(Guid deviceGuid)
        {
            var readExistingDeviceQuery = string.Format(Queries.CHECK_EXISTING_DEVICE_QUERY, deviceGuid.ToStringWithoutHyphens().WrapWithUnhex());

            return((long)transactions.GetValue(readExistingDeviceQuery) > 0);
        }