Blog.Services.Helpers.Rest.NotificationRestResource.PublishCommentLikesUpdate C# (CSharp) Method

PublishCommentLikesUpdate() public method

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