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

PublishCommentAdded() public method

public PublishCommentAdded ( CommentAdded commentAdded ) : void
commentAdded Blog.Common.Contracts.ViewModels.SocketViewModels.CommentAdded
return void
        public void PublishCommentAdded(CommentAdded commentAdded)
        {
            _redisService.Publish(commentAdded);
        }