Skip to content

Commit

Permalink
Adds grades property
Browse files Browse the repository at this point in the history
  • Loading branch information
frostieDE committed Aug 23, 2020
1 parent 68a405f commit 0fc318f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions IccImport/Models/TimetableLessonData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ public class TimetableLessonData
[JsonProperty("teachers")]
public IList<string> Teachers { get; set; } = new List<string>();

/// <summary>
/// </summary>
[JsonProperty("grades")]
public IList<string> Grades { get; set; } = new List<string>();

/// <summary>
/// </summary>
[JsonProperty("subject")]
Expand Down

0 comments on commit 0fc318f

Please sign in to comment.