Blog.Services.Helpers.Rest.NotificationRestResource.PublishCommentLikesUpdate C# (CSharp) Méthode

PublishCommentLikesUpdate() public méthode

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