|
@@ -29,6 +29,7 @@ namespace CG67.FicheCollege.Domaine
|
|
|
|
|
|
|
|
#region Loaders
|
|
#region Loaders
|
|
|
private dlgLoadActionEducative LoaderActionEducative;
|
|
private dlgLoadActionEducative LoaderActionEducative;
|
|
|
|
|
+ private dlgLoadClasseDecouverte LoaderClasseDecouverte;
|
|
|
private dlgLoadATC LoaderATC;
|
|
private dlgLoadATC LoaderATC;
|
|
|
private dlgLoadBilinguisme LoaderBilinguisme;
|
|
private dlgLoadBilinguisme LoaderBilinguisme;
|
|
|
private dlgLoadCommentaires LoaderCommentaires;
|
|
private dlgLoadCommentaires LoaderCommentaires;
|
|
@@ -859,7 +860,9 @@ namespace CG67.FicheCollege.Domaine
|
|
|
}
|
|
}
|
|
|
public Etablissement(string codeRNE, int annee, string nom, string typeEtablissement, int anneeConstruction, string telephone, string email, string fax, string nomProprietaire, string adresse, string complementAdresse, int codePostal, string ville, string lienPhoto,
|
|
public Etablissement(string codeRNE, int annee, string nom, string typeEtablissement, int anneeConstruction, string telephone, string email, string fax, string nomProprietaire, string adresse, string complementAdresse, int codePostal, string ville, string lienPhoto,
|
|
|
bool isRestaurant,bool isInternat,int effectifTheorique,
|
|
bool isRestaurant,bool isInternat,int effectifTheorique,
|
|
|
- dlgLoadActionEducative loaderActionEducative, dlgLoadATC loaderATC,
|
|
|
|
|
|
|
+ dlgLoadActionEducative loaderActionEducative,
|
|
|
|
|
+ dlgLoadClasseDecouverte loaderClasseDecouverte,
|
|
|
|
|
+ dlgLoadATC loaderATC,
|
|
|
dlgLoadBilinguisme loaderBilinguisme,
|
|
dlgLoadBilinguisme loaderBilinguisme,
|
|
|
dlgLoadCommentaires loaderCommentaires,
|
|
dlgLoadCommentaires loaderCommentaires,
|
|
|
dlgLoadContact loaderContact,
|
|
dlgLoadContact loaderContact,
|
|
@@ -889,6 +892,7 @@ namespace CG67.FicheCollege.Domaine
|
|
|
this.mIsInternat = isInternat;
|
|
this.mIsInternat = isInternat;
|
|
|
this.mEffectifTheorique = effectifTheorique;
|
|
this.mEffectifTheorique = effectifTheorique;
|
|
|
this.LoaderActionEducative = loaderActionEducative;
|
|
this.LoaderActionEducative = loaderActionEducative;
|
|
|
|
|
+ this.LoaderClasseDecouverte = loaderClasseDecouverte;
|
|
|
this.LoaderATC = loaderATC;
|
|
this.LoaderATC = loaderATC;
|
|
|
this.LoaderBilinguisme = loaderBilinguisme;
|
|
this.LoaderBilinguisme = loaderBilinguisme;
|
|
|
this.LoaderCommentaires = loaderCommentaires;
|
|
this.LoaderCommentaires = loaderCommentaires;
|