Exemplo n.º 1
0
 public void DeleteChat(string chatName, string userName)
 {
     ChatContext.Delete(chatName, userName);
 }