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