Changeset e882b92 for ChapterX.Application/Writer/Commands/AddHandler.cs
- Timestamp:
- 08/24/26 20:57:09 (13 days ago)
- Branches:
- main
- Parents:
- a6e33d1
- File:
-
- 1 edited
-
ChapterX.Application/Writer/Commands/AddHandler.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ChapterX.Application/Writer/Commands/AddHandler.cs
ra6e33d1 re882b92 20 20 var writer = new Domain.Entities.Writer 21 21 { 22 Id = request.UserId 22 Id = request.UserId, 23 Bio = request.Bio 23 24 }; 24 25
Note:
See TracChangeset
for help on using the changeset viewer.
