From 23a46b4be35277e06ec89f48730eeb694e686be8 Mon Sep 17 00:00:00 2001
From: Kenmegne <stephanie.kenmegne@gmail.com>
Date: Thu, 18 Jun 2026 15:40:06 +0000
Subject: [PATCH] add fdx-commons and fdx-consultation

---
 fdx-commons/fdxcommons-core-ifaces/src/main/java/com/megatim/fdxcommons/core/ifaces/helper/referentiel/ReferentielXmlDataReader.java |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/fdx-commons/fdxcommons-core-ifaces/src/main/java/com/megatim/fdxcommons/core/ifaces/helper/referentiel/ReferentielXmlDataReader.java b/fdx-commons/fdxcommons-core-ifaces/src/main/java/com/megatim/fdxcommons/core/ifaces/helper/referentiel/ReferentielXmlDataReader.java
new file mode 100644
index 0000000..68357ce
--- /dev/null
+++ b/fdx-commons/fdxcommons-core-ifaces/src/main/java/com/megatim/fdxcommons/core/ifaces/helper/referentiel/ReferentielXmlDataReader.java
@@ -0,0 +1,14 @@
+package com.megatim.fdxcommons.core.ifaces.helper.referentiel;
+
+import com.megatim.fdxcommons.model.pojo.ReferentielToImportData;
+import java.io.File;
+
+/**
+ *
+ * @author lenovo
+ */
+public interface ReferentielXmlDataReader {
+    
+    void readData(File referentielXmlFileDirectory, ReferentielToImportData referentielToImportData) throws Exception;
+    
+}

--
Gitblit v1.10.0