Ejemplo n.º 1
0
 public async Task <string> DBCDeleteChat(string chatName)
 {
     return(await _chatManager.DBDeleteChat(chatName));
 }