|
|
@@ -807,25 +807,25 @@ namespace CG67.FicheCollege.Domaine
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- public string GestionnaireInterim
|
|
|
+ public string Gestionnaire2
|
|
|
{
|
|
|
get
|
|
|
{
|
|
|
string retour = string.Empty;
|
|
|
foreach (Contact cont in Contacts)
|
|
|
- if (cont.Fonction.ToLower() == "gestionnaire par intérim")
|
|
|
+ if (cont.Fonction.ToLower() == "gestionnaire 2")
|
|
|
retour = cont.Civilite + " " + Utile.formatStringPrenom(cont.Prenom) + " " + cont.Nom.ToUpper();
|
|
|
return retour;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- public string GestionnaireInterimEmail
|
|
|
+ public string Gestionnaire2Email
|
|
|
{
|
|
|
get
|
|
|
{
|
|
|
string retour = string.Empty;
|
|
|
foreach (Contact cont in Contacts)
|
|
|
- if (cont.Fonction.ToLower() == "gestionnaire par intérim")
|
|
|
+ if (cont.Fonction.ToLower() == "gestionnaire 2")
|
|
|
retour = cont.Email;
|
|
|
return retour;
|
|
|
}
|