|
|
@@ -69,19 +69,21 @@ namespace CG67.FicheCollege.Domaine
|
|
|
///
|
|
|
|
|
|
public string Statut
|
|
|
- {
|
|
|
+ {
|
|
|
get { return mStatut; }
|
|
|
- set { mStatut = value; }
|
|
|
+ set { mStatut = value; }
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
- public ATC(string nom, string prenom, string ficheposte,string statut)
|
|
|
+ ///
|
|
|
+ public ATC(string nom, string prenom, string ficheposte, string statut)
|
|
|
{
|
|
|
this.mNom = nom;
|
|
|
this.mPrenom = prenom;
|
|
|
this.mFichePoste = ficheposte;
|
|
|
this.mStatut = statut;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
}
|