Changeset e882b92 for ChapterX.Domain/Entities/User.cs
- Timestamp:
- 08/24/26 20:57:09 (13 days ago)
- Branches:
- main
- Parents:
- a6e33d1
- File:
-
- 1 edited
-
ChapterX.Domain/Entities/User.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ChapterX.Domain/Entities/User.cs
ra6e33d1 re882b92 26 26 public ICollection<Comment> Comments { get; set; } = []; 27 27 public ICollection<Collaboration> Collaborations { get; set; } = []; 28 public ICollection<Notif y> Notifies { get; set; } = [];28 public ICollection<Notification> Notifications { get; set; } = []; 29 29 30 30
Note:
See TracChangeset
for help on using the changeset viewer.
