Changeset e882b92 for ChapterX.Application/Likes/Commands
- Timestamp:
- 08/24/26 20:57:09 (13 days ago)
- Branches:
- main
- Parents:
- a6e33d1
- File:
-
- 1 edited
-
ChapterX.Application/Likes/Commands/AddHandler.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ChapterX.Application/Likes/Commands/AddHandler.cs
ra6e33d1 re882b92 22 22 UserId = request.UserId, 23 23 StoryId = request.StoryId, 24 CreatedAt = DateTime.UtcNow24 LikedAt = DateTime.UtcNow 25 25 }; 26 26
Note:
See TracChangeset
for help on using the changeset viewer.
