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