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

    ra6e33d1 re882b92  
    55        public int Id { get; set; }
    66        public string Content { get; set; } = string.Empty;
     7        public string ContentType { get; set; } = string.Empty;
    78        public bool IsRead { get; set; }
     9        public string? Link { get; set; }
     10        public int UserId { get; set; }
     11        public int? StoryId { get; set; }
    812        public DateTime CreatedAt { get; set; }
    9 
    10         // Navigation
    11         public ICollection<ContentTypeDto> ContentTypes { get; set; } = [];
    12         public ICollection<NotifyDto> Notifies { get; set; } = [];
    1313    }
    1414}
Note: See TracChangeset for help on using the changeset viewer.