示例#1
0
 public async Task <string> CreateContainer(string chatName)
 {
     return(await _chatManager.CreateNewBlobContainerTestAsync(chatName));
 }