Example #1
0
        private bool IsProccesedMessage(int updateId, long externalId)
        {
            var update = _updateRepository.Get(updateId, externalId);

            return(update != null);
        }