Blog.Services.Implementation.NotificationService.PublishCommentLikesUpdate C# (CSharp) 메소드

PublishCommentLikesUpdate() 공개 메소드

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