From bda0d1223df6fd67ee9acc0f28c431896e6df32c Mon Sep 17 00:00:00 2001 From: TobiasNaethLynqtech Date: Wed, 13 Nov 2024 09:11:36 +0100 Subject: [PATCH] =?UTF-8?q?Add=20new=20custom=20pi=20f=C3=BCr=20Marktteiln?= =?UTF-8?q?ehmer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EDILibrary/Constants/German/Pruefidentifikatoren.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/EDILibrary/Constants/German/Pruefidentifikatoren.cs b/EDILibrary/Constants/German/Pruefidentifikatoren.cs index 95234a1..1c31a27 100644 --- a/EDILibrary/Constants/German/Pruefidentifikatoren.cs +++ b/EDILibrary/Constants/German/Pruefidentifikatoren.cs @@ -946,6 +946,13 @@ public static class Pruefidentifikatoren public const string WEICHENINDEX_99001_WeichenindexUpdateSelbstDefiniert = "99001"; #endregion + + #region Marktteilnehmer + + public const string MARKTTEILNEHMER_93001_MarktteilnehmerSelbstDefiniert = "93001"; + + #endregion + #pragma warning restore CS1591 } }