Blog.Services.Helpers.Rest.NotificationRestResource.PublishCommentAdded C# (CSharp) Метод

PublishCommentAdded() публичный Метод

public PublishCommentAdded ( CommentAdded commentAdded ) : void
commentAdded Blog.Common.Contracts.ViewModels.SocketViewModels.CommentAdded
Результат void
        public void PublishCommentAdded(CommentAdded commentAdded)
        {
            throw new System.NotImplementedException();
        }