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.API/DTOs/NotificationDto.cs

    ra6e33d1 re882b92  
    77        public int Id { get; set; }
    88        public string Content { get; set; } = string.Empty;
     9        public string ContentType { get; set; } = string.Empty;
    910        public bool IsRead { get; set; }
     11        public string? Link { get; set; }
     12        public int UserId { get; set; }
     13        public int? StoryId { get; set; }
    1014        public DateTime CreatedAt { get; set; }
    11 
    12         // Navigation
    13         public ICollection<ContentType> ContentTypes { get; set; } = [];
    14         public ICollection<NotifyDto> Notifies { get; set; } = [];
    1515    }
    1616}
Note: See TracChangeset for help on using the changeset viewer.