Exemple #1
0
 public void DeleteByThread(string business_id, string thread_id)
 {
     _fbMessageRepository.DeleteAllForThread(business_id, thread_id);
     _messageRepository.DeleteAllForThread(business_id, thread_id);
 }