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