Ignore:
Timestamp:
08/24/26 20:57:09 (13 days ago)
Author:
kikisrbinoska <srbinoskakristina07@…>
Branches:
main
Parents:
a6e33d1
Message:

Added corrected entitef from the ER diagram and changes for the logic to be coresponding to the ddl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ChapterX.Domain/DTOs/UserDto.cs

    ra6e33d1 re882b92  
    2222        public ICollection<CommentDto> Comments { get; set; } = [];
    2323        public ICollection<CollaborationDto> Collaborations { get; set; } = [];
    24         public ICollection<NotifyDto> Notifies { get; set; } = [];
     24        public ICollection<NotificationDto> Notifications { get; set; } = [];
    2525    }
    2626}
Note: See TracChangeset for help on using the changeset viewer.