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();
        }