Exemple #1
0
 public Status removeDisLike(int dis_like_id, int post_id)
 {
     return(PostMethods.onDeletingDisLike(dis_like_id, post_id));
 }