Petite correction du jeu de données pour les demandes de formation

develop
jboinembalome 4 years ago
parent b0bc3d9d5f
commit 3fd54f315d
  1. 14
      EPAServeur/Context/DataSeeder.cs

@ -1144,7 +1144,7 @@ namespace EPAServeur.Context
DateDemande = new DateTime(2020, 5, 22, 9, 0, 0),
Etat = EtatDemande.Validee,
CommentaireRefus = null,
DateDerniereReponse = null,
DateDerniereReponse = new DateTime(2020, 5, 23, 9, 0, 0),
OrigineDemande = origineDemandeFormationEP,
Ep = ep12
};
@ -1160,7 +1160,7 @@ namespace EPAServeur.Context
DateDemande = new DateTime(2020, 6, 22, 9, 0, 0),
Etat = EtatDemande.Validee,
CommentaireRefus = null,
DateDerniereReponse = null,
DateDerniereReponse = new DateTime(2020, 6, 23, 9, 0, 0),
OrigineDemande = origineDemandeFormationEP,
Ep = ep15
};
@ -1176,7 +1176,7 @@ namespace EPAServeur.Context
DateDemande = new DateTime(2020, 7, 22, 9, 0, 0),
Etat = EtatDemande.Validee,
CommentaireRefus = null,
DateDerniereReponse = null,
DateDerniereReponse = new DateTime(2020, 7, 23, 9, 0, 0),
OrigineDemande = origineDemandeFormationReglement,
Ep = ep16
};
@ -1192,7 +1192,7 @@ namespace EPAServeur.Context
DateDemande = new DateTime(2020, 8, 22, 9, 0, 0),
Etat = EtatDemande.Validee,
CommentaireRefus = null,
DateDerniereReponse = null,
DateDerniereReponse = new DateTime(2020, 8, 23, 9, 0, 0),
OrigineDemande = origineDemandeFormationReglement,
Ep = ep16
};
@ -1223,7 +1223,7 @@ namespace EPAServeur.Context
DemandeRH = false,
DateDemande = new DateTime(2020, 10, 22, 9, 0, 0),
Etat = EtatDemande.Rejetee,
CommentaireRefus = null,
CommentaireRefus = "Aucune formation Vus.JS",
DateDerniereReponse = new DateTime(2020, 10, 27, 9, 0, 0),
OrigineDemande = origineDemandeFormationCollaborateur,
Ep = ep18
@ -1239,7 +1239,7 @@ namespace EPAServeur.Context
DemandeRH = false,
DateDemande = new DateTime(2020, 11, 22, 9, 0, 0),
Etat = EtatDemande.Rejetee,
CommentaireRefus = null,
CommentaireRefus = "Aucune formation SCRUM pour le moment",
DateDerniereReponse = new DateTime(2020, 11, 27, 9, 0, 0),
OrigineDemande = origineDemandeFormationCollaborateur,
Ep = ep19
@ -1255,7 +1255,7 @@ namespace EPAServeur.Context
DemandeRH = false,
DateDemande = new DateTime(2020, 12, 22, 9, 0, 0),
Etat = EtatDemande.Rejetee,
CommentaireRefus = null,
CommentaireRefus = "Aucune formation avec du Xamarin pour le moment",
DateDerniereReponse = new DateTime(2020, 12, 27, 9, 0, 0),
OrigineDemande = origineDemandeFormationCollaborateur,
Ep = ep20

Loading…
Cancel
Save