main
|
Last change
on this file since a8f4a2d was 99c1e45, checked in by kikisrbinoska <srbinoskakristina07@…>, 11 days ago |
|
Fixed writer section and admin management
|
-
Property mode
set to
100644
|
|
File size:
242 bytes
|
| Line | |
|---|
| 1 | using MediatR;
|
|---|
| 2 |
|
|---|
| 3 | namespace ChapterX.Application.Story.Commands
|
|---|
| 4 | {
|
|---|
| 5 | public record UpdateRequest(int Id, bool MatureContent, string Title, string ShortDescription, string? Image, string Content, int CallerId = 0) : IRequest<UpdateResponse>;
|
|---|
| 6 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.