Example #1
0
 public async Task DeleteAllConversations()
 {
     await _conversationRepository.DeleteAllConversationsAsync();
 }