Changeset e882b92 for ChapterX.API/DTOs/UserDto.cs
- Timestamp:
- 08/24/26 20:57:09 (13 days ago)
- Branches:
- main
- Parents:
- a6e33d1
- File:
-
- 1 edited
-
ChapterX.API/DTOs/UserDto.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ChapterX.API/DTOs/UserDto.cs
ra6e33d1 re882b92 23 23 public ICollection<CommentDto> Comments { get; set; } = []; 24 24 public ICollection<CollaborationDto> Collaborations { get; set; } = []; 25 public ICollection<Notif yDto> Notifies { get; set; } = [];25 public ICollection<NotificationDto> Notifications { get; set; } = []; 26 26 } 27 27 }
Note:
See TracChangeset
for help on using the changeset viewer.
