コード例 #1
0
 public ActionResult<bool> IsChatExists(string chatName)
 {
     return ChatContext.IsChatExists(chatName);
 }