Blog.Services.Helpers.Rest.PostLikesRestResource.Add C# (CSharp) Method

Add() public method

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