Changeset 99c1e45 for ChapterX.Application/Story/Commands/DeleteRequest.cs
- Timestamp:
- 06/24/26 16:28:50 (11 days ago)
- Branches:
- main
- Children:
- a8f4a2d
- Parents:
- 0b502c2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ChapterX.Application/Story/Commands/DeleteRequest.cs
r0b502c2 r99c1e45 3 3 namespace ChapterX.Application.Story.Commands 4 4 { 5 public record DeleteRequest(int Id, int CallerId ) : IRequest<DeleteResponse>;5 public record DeleteRequest(int Id, int CallerId, bool IsAdmin = false) : IRequest<DeleteResponse>; 6 6 }
Note:
See TracChangeset
for help on using the changeset viewer.
