debut de la fin des changements, modif api et correction de bug

This commit is contained in:
2022-12-02 11:20:58 +01:00
parent 35696d3b14
commit 1fb3e881dc
24 changed files with 529 additions and 256 deletions

View File

@@ -10,10 +10,10 @@ public class TestTexteMNP{
User chois=Connexion.seConnecter();
if(chois!=null){
if(chois==User.ROOT){
new fr.iutfbleau.projetIHM2022FI2.ROOT.Model.Model();
new fr.iutfbleau.projetIHM2022FI2.ROOT.Model.ModelRoot();
}
if(chois==User.ETUDIANT){
new fr.iutfbleau.projetIHM2022FI2.ETU.Model.Model();
new fr.iutfbleau.projetIHM2022FI2.ETU.Model.ModelEtu();
}
if(chois==User.PROF){