Changeset 73b69b2 for ChapterX.Application/Story/Commands/AddRequest.cs
- Timestamp:
- 03/24/26 22:13:36 (3 months ago)
- Branches:
- main
- Children:
- 7fbb91c
- Parents:
- acf690c
- File:
-
- 1 edited
-
ChapterX.Application/Story/Commands/AddRequest.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ChapterX.Application/Story/Commands/AddRequest.cs
racf690c r73b69b2 3 3 namespace ChapterX.Application.Story.Commands 4 4 { 5 public record AddRequest(bool MatureContent, string ShortDescription, string? Image, string Content, int UserId ) : IRequest<AddResponse>;5 public record AddRequest(bool MatureContent, string ShortDescription, string? Image, string Content, int UserId, List<string> Genres) : IRequest<AddResponse>; 6 6 }
Note:
See TracChangeset
for help on using the changeset viewer.
