Changed grad date to next iep date

This commit is contained in:
ivan-pelly
2026-03-11 19:48:16 -07:00
parent ec36d8842d
commit 7f91e2e557
25 changed files with 44 additions and 44 deletions
@@ -4,7 +4,7 @@ public class StudentResponse
{
public Guid StudentId { get; set; }
public string? Identifier { get; set; }
public DateTime? ExpectedGradDate { get; set; }
public DateTime? NextIepDate { get; set; }
public DateTime? LastEntryDate { get; set; }
public int GoalCount { get; set; }
public int ProgressEventCount { get; set; }