Beispiel #1
0
 public static void EditPostMessage(string ownerId, string newMessage, string postId)
 {
     AppUtils.EditWallPost(ownerId, newMessage, postId);
 }