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/Entities/User.cs

    ra6e33d1 re882b92  
    2626        public ICollection<Comment> Comments { get; set; } = [];
    2727        public ICollection<Collaboration> Collaborations { get; set; } = [];
    28         public ICollection<Notify> Notifies { get; set; } = [];
     28        public ICollection<Notification> Notifications { get; set; } = [];
    2929
    3030
Note: See TracChangeset for help on using the changeset viewer.