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