Blog.Services.Implementation.NotificationService.PublishCommentAdded C# (CSharp) Méthode

PublishCommentAdded() public méthode

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