Changes in iknow-api/Models/User.cs [c0256f3:4e061d8]
- File:
-
- 1 edited
-
iknow-api/Models/User.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Models/User.cs
rc0256f3 r4e061d8 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 }
Note:
See TracChangeset
for help on using the changeset viewer.
