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