Mise à jour du jeu de données pour la partie demande de formation

develop
jboinembalome 4 years ago
parent 0b63a775ff
commit ce44d25807
  1. 14
      EPAServeur/Context/DataSeeder.cs

@ -1081,6 +1081,7 @@ namespace EPAServeur.Context
Etat = EtatDemande.EnAttente,
CommentaireRefus = null,
DateDerniereReponse = null,
OrigineDemande = origineDemandeFormationApside,
Ep = ep12
};
@ -1096,6 +1097,7 @@ namespace EPAServeur.Context
Etat = EtatDemande.EnAttente,
CommentaireRefus = null,
DateDerniereReponse = null,
OrigineDemande = origineDemandeFormationApside,
Ep = ep13
};
@ -1111,6 +1113,7 @@ namespace EPAServeur.Context
Etat = EtatDemande.EnAttente,
CommentaireRefus = null,
DateDerniereReponse = null,
OrigineDemande = origineDemandeFormationClient,
Ep = ep14
};
@ -1126,6 +1129,7 @@ namespace EPAServeur.Context
Etat = EtatDemande.EnAttente,
CommentaireRefus = null,
DateDerniereReponse = null,
OrigineDemande = origineDemandeFormationClient,
Ep = ep13
};
@ -1141,6 +1145,7 @@ namespace EPAServeur.Context
Etat = EtatDemande.Validee,
CommentaireRefus = null,
DateDerniereReponse = null,
OrigineDemande = origineDemandeFormationEP,
Ep = ep12
};
@ -1151,11 +1156,12 @@ namespace EPAServeur.Context
IdDemandeFormation = 6,
Libelle = "Formation Vb.Net",
Description = "Demande de formation Vb.Net avec WinForms",
DemandeRH = false,
DemandeRH = true,
DateDemande = new DateTime(2020, 6, 22, 9, 0, 0),
Etat = EtatDemande.Validee,
CommentaireRefus = null,
DateDerniereReponse = null,
OrigineDemande = origineDemandeFormationEP,
Ep = ep15
};
@ -1171,6 +1177,7 @@ namespace EPAServeur.Context
Etat = EtatDemande.Validee,
CommentaireRefus = null,
DateDerniereReponse = null,
OrigineDemande = origineDemandeFormationReglement,
Ep = ep16
};
@ -1186,6 +1193,7 @@ namespace EPAServeur.Context
Etat = EtatDemande.Validee,
CommentaireRefus = null,
DateDerniereReponse = null,
OrigineDemande = origineDemandeFormationReglement,
Ep = ep16
};
@ -1201,6 +1209,7 @@ namespace EPAServeur.Context
Etat = EtatDemande.Rejetee,
CommentaireRefus = "Aucune formation PHP pour le moment",
DateDerniereReponse = new DateTime(2020, 9, 27, 9, 0, 0),
OrigineDemande = origineDemandeFormationCollaborateur,
Ep = ep17
};
@ -1216,6 +1225,7 @@ namespace EPAServeur.Context
Etat = EtatDemande.Rejetee,
CommentaireRefus = null,
DateDerniereReponse = new DateTime(2020, 10, 27, 9, 0, 0),
OrigineDemande = origineDemandeFormationCollaborateur,
Ep = ep18
};
@ -1231,6 +1241,7 @@ namespace EPAServeur.Context
Etat = EtatDemande.Rejetee,
CommentaireRefus = null,
DateDerniereReponse = new DateTime(2020, 11, 27, 9, 0, 0),
OrigineDemande = origineDemandeFormationCollaborateur,
Ep = ep19
};
@ -1246,6 +1257,7 @@ namespace EPAServeur.Context
Etat = EtatDemande.Rejetee,
CommentaireRefus = null,
DateDerniereReponse = new DateTime(2020, 12, 27, 9, 0, 0),
OrigineDemande = origineDemandeFormationCollaborateur,
Ep = ep20
};

Loading…
Cancel
Save