DeleteComment() private method

private DeleteComment ( long id ) : void
id long
return void
Example #1
0
        public virtual void TestDeleteComment()
        {
            server.setResponseBody("../../../TestSDK/resources/deleteComment.json");

            commentResources.DeleteComment(1234L);
        }