示例#1
0
 public void CreateChat(string ChatId) => _chatContext.AddChat(!String.IsNullOrEmpty(ChatId) ? ChatId : _chatContext.GenerateChatAdress());