Пример #1
0
 public Status likePost(int User_id, int Post_id, String Datetime)
 {
     return(PostMethods.onLike(User_id, Post_id, Datetime));
 }