Ejemplo n.º 1
0
 protected async Task DeleteConversation(Conversation conversation)
 {
     await ConversationService.DeleteAsync(conversation);
 }