source:
ChapterX.Application/Likes/Commands/AddRequest.cs@
7fbb91c
| Last change on this file since 7fbb91c was 73b69b2, checked in by , 3 months ago | |
|---|---|
|
|
| File size: 145 bytes | |
| Rev | Line | |
|---|---|---|
| [877c13c] | 1 | using MediatR; |
| 2 | ||
| 3 | namespace ChapterX.Application.Likes.Commands | |
| 4 | { | |
| [73b69b2] | 5 | public record AddRequest(int UserId, int StoryId) : IRequest<AddResponse>; |
| [877c13c] | 6 | } |
Note:
See TracBrowser
for help on using the repository browser.
