Changeset 1a9c843 for iknow-api/Models/User.cs
- Timestamp:
- 09/23/26 13:29:06 (18 hours ago)
- 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. - File:
-
- 1 edited
-
iknow-api/Models/User.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Models/User.cs
ra12988e r1a9c843 28 28 public ICollection<UserDocuments>? Documents { get; set; } 29 29 30 // Named for the relationship it carries: Users 1 --pays-- N Payment.31 public ICollection<Payment>? Payments { get; set; }32 33 30 // Users 1 --submits-- N EnrolledSemesters 34 31 public ICollection<EnrolledSemesters>? Enrolments { get; set; }
Note:
See TracChangeset
for help on using the changeset viewer.
