Exemplo n.º 1
0
        public async Task <int> UndoLastPhotoGateScan(int accountId, int contactKey, string gateName)
        {
            var connString = await GetAccountConnectionString(accountId);

            var response = await _infowebAXClientReference.UndoLastPhotoGateScan(connString, contactKey, gateName);

            return(await Task.FromResult(response.UndoLastPhotoGateScanResult));
        }