Changeset e882b92 for ChapterX.Application/AISuggestion/Commands
- Timestamp:
- 08/24/26 20:57:09 (13 days ago)
- Branches:
- main
- Parents:
- a6e33d1
- Location:
- ChapterX.Application/AISuggestion/Commands
- Files:
-
- 2 edited
-
AddHandler.cs (modified) (1 diff)
-
AddRequest.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ChapterX.Application/AISuggestion/Commands/AddHandler.cs
ra6e33d1 re882b92 22 22 OriginalText = request.OriginalText, 23 23 SuggestedText = request.SuggestedText, 24 SuggestionType = request.SuggestionType, 24 25 StoryId = request.StoryId, 25 26 Accepted = null, -
ChapterX.Application/AISuggestion/Commands/AddRequest.cs
ra6e33d1 re882b92 6 6 string OriginalText, 7 7 string SuggestedText, 8 string SuggestionType, 8 9 int StoryId 9 10 ) : IRequest<AddResponse>;
Note:
See TracChangeset
for help on using the changeset viewer.
