Blog.Services.Helpers.Rest.PostsRestResource.DeletePost C# (CSharp) Method

DeletePost() public method

public DeletePost ( int postId, string authenticationToken ) : bool
postId int
authenticationToken string
return bool
        public bool DeletePost(int postId, string authenticationToken)
        {
            throw new System.NotImplementedException();
        }
    }