Пример #1
0
    /// <summary>
 /// Removes the uploaded profile banner for the authenticating user. Returns HTTP 200 upon success
 /// </summary>
 /// <param name="oAuth"></param>
 /// <param name="image"></param>
 /// <param name="include_entities"></param>
 /// <param name="skip_status"></param>
 /// <returns></returns>
 public string PostAccount_Remove_Profile_Banner(oAuthTwitter oAuth)
 {
     Users objUser = new Users();
     string jarrUser = objUser.Post_Account_Remove_Profile_Banner(oAuth);
     return jarrUser;
 }