Changeset e882b92 for ChapterX.Application/Story/Commands/UpdateRequest.cs
Legend:
- Unmodified
- Added
- Removed
-
ChapterX.Application/Story/Commands/UpdateRequest.cs
ra6e33d1 re882b92 3 3 namespace ChapterX.Application.Story.Commands 4 4 { 5 public record UpdateRequest(int Id, bool MatureContent, string Title, string ShortDescription, string? Image, string Content, int CallerId = 0) : IRequest<UpdateResponse>;5 public record UpdateRequest(int Id, bool MatureContent, string Title, string ShortDescription, string? Image, string Content, string? Status = null, int CallerId = 0) : IRequest<UpdateResponse>; 6 6 }
Note:
See TracChangeset
for help on using the changeset viewer.
