Пример #1
0
 public Status hidePost(int post_id, int user_id, String datetime)
 {
     return(PostMethods.hidePost(post_id, user_id, datetime));
 }