|
|
|
@ -86,7 +86,7 @@ namespace EPAServeur.Context |
|
|
|
|
{ |
|
|
|
|
Engagement eg1, eg2, eg3, eg4; |
|
|
|
|
ParticipationEP p1, p2, p3, p4, p5; |
|
|
|
|
|
|
|
|
|
CommentaireAssistant ca1, ca2, ca3; |
|
|
|
|
|
|
|
|
|
//Ep en cours |
|
|
|
|
Ep epEnCours1, epEnCours2, epEnCours3, epEnCours4, epEnCours5, epEnCours6, epEnCours7, epEnCours8, epEnCours9; |
|
|
|
@ -118,6 +118,19 @@ namespace EPAServeur.Context |
|
|
|
|
IdCollaborateur = new Guid("e7820f92-eab1-42f5-ae96-5c16e71ff1e6"), |
|
|
|
|
Obligatoire = false, |
|
|
|
|
}; |
|
|
|
|
ca1 = new CommentaireAssistant() |
|
|
|
|
{ |
|
|
|
|
Commentaire = "Commentaire assistant", |
|
|
|
|
IdAssistant = new Guid("a43b6f4f-f199-4dd0-93b6-a1cb2c0a0d14"), |
|
|
|
|
Ep = epEnCours2 |
|
|
|
|
}; |
|
|
|
|
ca2 = new CommentaireAssistant() |
|
|
|
|
{ |
|
|
|
|
Commentaire = "Commentaire assistant", |
|
|
|
|
IdAssistant = new Guid("a29d707c-5d82-4c48-bed1-a6d1c1710047"), |
|
|
|
|
Ep = epEnCours2 |
|
|
|
|
}; |
|
|
|
|
epEnCours2.CommentairesAssistant = new List<CommentaireAssistant>(new[] { ca1, ca2 }); |
|
|
|
|
epContext.Ep.Add(epEnCours2); |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -133,6 +146,7 @@ namespace EPAServeur.Context |
|
|
|
|
IdCollaborateur = new Guid("b5254c6c-7caa-435f-a4bb-e0cf92559832"), |
|
|
|
|
Obligatoire = false, |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
p1 = new ParticipationEP() |
|
|
|
|
{ |
|
|
|
|
Ep = epEnCours3, |
|
|
|
@ -269,6 +283,7 @@ namespace EPAServeur.Context |
|
|
|
|
IdCollaborateur = new Guid("13fbe621-1bc9-4f04-afde-b54ca076e239"), |
|
|
|
|
Obligatoire = true, |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
epContext.Ep.Add(epEnCours9); |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -398,6 +413,14 @@ namespace EPAServeur.Context |
|
|
|
|
IdCollaborateur = new Guid("13fbe621-1bc9-4f04-afde-b54ca076e239"), |
|
|
|
|
Obligatoire = false, |
|
|
|
|
}; |
|
|
|
|
ca3 = new CommentaireAssistant() |
|
|
|
|
{ |
|
|
|
|
Commentaire = "Commentaire assistant", |
|
|
|
|
IdAssistant = new Guid("e6255f16-bcaf-48ac-b00b-97de83677ad8"), |
|
|
|
|
Ep = epSigne7 |
|
|
|
|
}; |
|
|
|
|
epSigne7.CommentairesAssistant = new List<CommentaireAssistant>(); |
|
|
|
|
epSigne7.CommentairesAssistant.Add(ca3); |
|
|
|
|
epContext.Ep.Add(epSigne7); |
|
|
|
|
|
|
|
|
|
epSigne8 = new Ep() |
|
|
|
|