mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 13:27:35 +00:00
Changed grad date to next iep date
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user