示例#1
0
        public void Subscribe(NotificationSystem notificationType, IAddress address)
        {
            var contact = new Contact(this, address);

            notificationType.Subscribe(contact);
        }