Пример #1
0
 public Status removeSavedPost(int saved_post_id)
 {
     return(PostMethods.removeSavedPost(saved_post_id));
 }