Beispiel #1
0
 public static bool DeleteMessage(string userId, int messageId)
 {
     return(MessageDB.DeleteMessage(userId, messageId));
 }