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