Blog.Services.Helpers.Rest.PostLikesRestResource.Add C# (CSharp) Méthode

Add() public méthode

public Add ( PostLike postLike, string authenticationToken ) : void
postLike Blog.Common.Contracts.PostLike
authenticationToken string
Résultat void
        public void Add(PostLike postLike, string authenticationToken)
        {
            throw new System.NotImplementedException();
        }
    }
PostLikesRestResource