Ignore:
Timestamp:
09/23/26 13:29:06 (18 hours ago)
Author:
Stefan-Saveski <stefansaveski19@…>
Branches:
master
Children:
e7bafc0
Parents:
a12988e (diff), f7c8acf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/phase5-normalization'

File:
1 edited

Legend:

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

    ra12988e r1a9c843  
    2828        public ICollection<UserDocuments>? Documents { get; set; }
    2929
    30         // Named for the relationship it carries: Users 1 --pays-- N Payment.
    31         public ICollection<Payment>? Payments { get; set; }
    32 
    3330        // Users 1 --submits-- N EnrolledSemesters
    3431        public ICollection<EnrolledSemesters>? Enrolments { get; set; }
Note: See TracChangeset for help on using the changeset viewer.