コード例 #1
0
ファイル: DefaultController.cs プロジェクト: IvanAnikin/Chat
 public void DeleteChat(string chatName) => _chatManager.DeleteChatAsync(chatName);