diff --git a/GSBapplication/src/Metier/Medicament.java b/GSBapplication/src/Metier/Medicament.java new file mode 100644 index 0000000..381a378 --- /dev/null +++ b/GSBapplication/src/Metier/Medicament.java @@ -0,0 +1,13 @@ +/* + * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license + * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template + */ +package Metier; + +/** + * + * @author emile.lalorcey + */ +public class Medicament { + +} diff --git a/GSBapplication/src/acces_aux_donnes/MedicamentSQL.java b/GSBapplication/src/acces_aux_donnes/MedicamentSQL.java new file mode 100644 index 0000000..df72273 --- /dev/null +++ b/GSBapplication/src/acces_aux_donnes/MedicamentSQL.java @@ -0,0 +1,13 @@ +/* + * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license + * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template + */ +package acces_aux_donnes; + +/** + * + * @author emile.lalorcey + */ +public class MedicamentSQL { + +}