Exemple #1
0
 public void DeleteMessagesFromDatabase(ChatLog chatLog)
 {
     _chat.DeleteMessages(chatLog);
 }