debut de la fin des changements, modif api et correction de bug
This commit is contained in:
@@ -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){
|
||||
|
||||
|
Reference in New Issue
Block a user