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.Application/Notification/Commands/AddHandler.cs

    ra6e33d1 re882b92  
    2121            {
    2222                Content = request.Content,
     23                ContentType = request.ContentType,
    2324                IsRead = false,
     25                Link = request.Link,
     26                UserId = request.UserId,
     27                StoryId = request.StoryId,
    2428                CreatedAt = DateTime.UtcNow,
    25                 RecipientUserId = request.RecipientUserId,
    26                 Type = request.Type,
    27                 Link = request.Link,
    2829            };
    2930
Note: See TracChangeset for help on using the changeset viewer.