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

Get() public method

public Get ( int postId ) : List
postId int
return List
        public List<PostLike> Get(int postId)
        {
            throw new System.NotImplementedException();
        }
PostLikesRestResource