Skip to content
Snippets Groups Projects
Commit 495a11da authored by Mathieu Loiseau's avatar Mathieu Loiseau
Browse files

homogénéisation appel classe

parent f2ed61d7
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ class EpreuveCondition ...@@ -11,7 +11,7 @@ class EpreuveCondition
public DateTime end; public DateTime end;
public ChargementJSONStructure test; public ChargementJSONStructure test;
public EpreuveCondition(Epreuve ep) public EpreuveCondition(ChargementJSONStructure.Epreuve ep)
{ {
text_condition = ep.condition; text_condition = ep.condition;
start = DateTime.ParseExact(ep.debut, "yyyy-MM-dd", CultureInfo.InvariantCulture); start = DateTime.ParseExact(ep.debut, "yyyy-MM-dd", CultureInfo.InvariantCulture);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment