Exemplo n.º 1
0
        public bool RemoveUserProfileBanner()
        {
            var query = _accountQueryGenerator.GetRemoveUserProfileBannerQuery();

            return(_twitterAccessor.TryExecutePOSTQuery(query));
        }