Ignore:
File:
1 edited

Legend:

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

    rb38c39c r3347c1b  
    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; }
    2623
    2724    }
Note: See TracChangeset for help on using the changeset viewer.