Blog.Services.Helpers.Rest.NotificationRestResource.PublishCommentLikesUpdate C# (CSharp) 메소드

PublishCommentLikesUpdate() 공개 메소드

public PublishCommentLikesUpdate ( CommentLikesUpdate commentLikesUpdate ) : void
commentLikesUpdate Blog.Common.Contracts.ViewModels.SocketViewModels.CommentLikesUpdate
리턴 void
        public void PublishCommentLikesUpdate(CommentLikesUpdate commentLikesUpdate)
        {
            throw new System.NotImplementedException();
        }