Blog.Services.Implementation.NotificationService.PublishCommentLikesUpdate C# (CSharp) Method

PublishCommentLikesUpdate() public method

public PublishCommentLikesUpdate ( CommentLikesUpdate commentLikesUpdate ) : void
commentLikesUpdate Blog.Common.Contracts.ViewModels.SocketViewModels.CommentLikesUpdate
return void
        public void PublishCommentLikesUpdate(CommentLikesUpdate commentLikesUpdate)
        {
            _redisService.Publish(commentLikesUpdate);
        }