Ejemplo n.º 1
0
        public void SaveComment(RegisteredSipComment sipComment)
        {
            _userRepository.UpdateComment(sipComment.RegisteredSipUserName, sipComment.Comment);

            // Invalidate registered sip in cache
            _cache.ClearRegisteredSips();
        }