예제 #1
0
 public void RemoveUserFromChat(string chatName, string userName)
 {
     ChatContext.RemoveUserFromChat(chatName, userName);
 }