Changeset b373fea for ChapterX.Application/Story/Commands/DeleteHandler.cs
- Timestamp:
- 06/23/26 15:20:39 (12 days ago)
- Branches:
- main
- Children:
- 0b502c2
- Parents:
- d300631
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ChapterX.Application/Story/Commands/DeleteHandler.cs
rd300631 rb373fea 22 22 return new DeleteResponse(false); 23 23 24 if (story.UserId != request.CallerId) 25 throw new UnauthorizedAccessException("You do not own this story."); 26 24 27 await _storyRepository.DeleteAsync(story, cancellationToken); 25 28
Note:
See TracChangeset
for help on using the changeset viewer.
