Changeset 99c1e45 for ChapterX.Application/Story/Commands/AddRequest.cs
- Timestamp:
- 06/24/26 16:28:50 (11 days ago)
- Branches:
- main
- Children:
- a8f4a2d
- Parents:
- 0b502c2
- File:
-
- 1 edited
-
ChapterX.Application/Story/Commands/AddRequest.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ChapterX.Application/Story/Commands/AddRequest.cs
r0b502c2 r99c1e45 6 6 public record AddRequest( 7 7 bool MatureContent, 8 [Required][MaxLength(200)] string Title, 8 9 [Required][MaxLength(500)] string ShortDescription, 9 10 [MaxLength(2048)] string? Image,
Note:
See TracChangeset
for help on using the changeset viewer.
