Changeset c0256f3 for iknow-api/Models/User.cs
- Timestamp:
- 10/27/25 21:50:02 (11 months ago)
- Branches:
- master
- Children:
- e423ff3
- Parents:
- 4f5d8fd
- File:
-
- 1 edited
-
iknow-api/Models/User.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Models/User.cs
r4f5d8fd rc0256f3 21 21 public DateTime CreatedAt { get; set; } 22 22 public UserRole Role { get; set; } 23 public HighSchool? HighSchool { get; set; } 24 public ContactInfo? ContactInfo { get; set; } 25 public EnrollmentInfo? EnrollmentInfo { get; set; } 26 23 27 } 24 28 }
Note:
See TracChangeset
for help on using the changeset viewer.
