Beispiel #1
0
 public void LikeDislike(int idCreator, int idPost)
 {
     LikeManager.LikeDislike(idCreator, idPost);
 }