Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • iknow-api/Models/User.cs

    r3347c1b rb38c39c  
    2121        public DateTime CreatedAt { get; set; }
    2222        public UserRole Role { get; set; }
     23        public HighSchool? HighSchool { get; set; }
     24        public ContactInfo? ContactInfo { get; set; }
     25        public EnrollmentInfo? EnrollmentInfo { get; set; }
    2326
    2427    }
Note: See TracChangeset for help on using the changeset viewer.