Blog.Services.Helpers.Rest.CommentsRestResource.Delete C# (CSharp) Method

Delete() public method

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