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