Beispiel #1
0
        private void SetNotApplicable(SetBaselOecdCodeForNotification message, NotificationApplication notification)
        {
            notification.SetCodesNotApplicable(message.CodeType);

            ClearOldCodes(message, notification);
        }