This commit is contained in:
martins 2022-12-04 11:38:03 +01:00
parent 2d267a07b0
commit 2058bf5b19

View File

@ -32,7 +32,7 @@ public class TestTexteMNP{
if(chois==User.ETUDIANT){
switch(Connexion.Persistant()){
case 1:
new fr.iutfbleau.projetIHM2022FI2.MP.ROOT.Model.ModelRoot();
new fr.iutfbleau.projetIHM2022FI2.MP.ETU.Model.ModelEtu();
break;
case 2:
AbstractGroupeFactory agf=TestTexteMNP.getAgf();