Exemplo n.º 1
0
 public async Task CreateConversation([Remainder] string input)
 {
     await _channelManager.CreateConversationChannel(Context, input);
 }