コード例 #1
0
 public void DeleteChat(string chatName, string userName)
 {
     ChatContext.Delete(chatName, userName);
 }