Exemplo n.º 1
0
        public bool DeleteEntry(string key)
        {
            this.ConversationMap.Remove(key);
            Conversations.Delete(key);

            //TODO fix this
            return(true);
        }