Ejemplo n.º 1
0
        public void Unscubscribe(NotificationSystem notificationType, IAddress address)
        {
            var contact = new Contact(this, address);

            notificationType.Unsubscribe(contact);
        }