Changeset 73b69b2 for ChapterX.Application/Likes/Commands/AddHandler.cs
- Timestamp:
- 03/24/26 22:13:36 (3 months ago)
- Branches:
- main
- Children:
- 7fbb91c
- Parents:
- acf690c
- File:
-
- 1 edited
-
ChapterX.Application/Likes/Commands/AddHandler.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ChapterX.Application/Likes/Commands/AddHandler.cs
racf690c r73b69b2 21 21 { 22 22 UserId = request.UserId, 23 StoryId = request. ChapterId,23 StoryId = request.StoryId, 24 24 CreatedAt = DateTime.UtcNow 25 25 };
Note:
See TracChangeset
for help on using the changeset viewer.
