mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 04:07:39 +00:00
Changed grad date to next iep date
This commit is contained in:
@@ -5,5 +5,5 @@ public class CreateStudentDto
|
||||
public string? Identifier { get; set; }
|
||||
public int? ProgramYear { get; set; }
|
||||
public DateTime? EnrollmentDate { get; set; }
|
||||
public DateTime? ExpectedGrad { get; set; }
|
||||
public DateTime? NextIepDate { get; set; }
|
||||
}
|
||||
|
||||
@@ -5,5 +5,5 @@ public class UpdateStudentDto
|
||||
public string? Identifier { get; set; }
|
||||
public int? ProgramYear { get; set; }
|
||||
public DateTime? EnrollmentDate { get; set; }
|
||||
public DateTime? ExpectedGrad { get; set; }
|
||||
public DateTime? NextIepDate { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user