Blog.Services.Helpers.Rest.NotificationRestResource.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)
        {
            throw new System.NotImplementedException();
        }