source:
ChapterX.Application/Comment/Commands/UpdateRequest.cs@
a8f4a2d
| Last change on this file since a8f4a2d was b373fea, checked in by , 2 weeks ago | |
|---|---|
|
|
| File size: 170 bytes | |
| Line | |
|---|---|
| 1 | using MediatR; |
| 2 | |
| 3 | namespace ChapterX.Application.Comment.Commands |
| 4 | { |
| 5 | public record UpdateRequest(int Id, string Content, int CallerId = 0) : IRequest<UpdateResponse>; |
| 6 | } |
Note:
See TracBrowser
for help on using the repository browser.
