source:
ChapterX.Application/Likes/Commands/AddRequest.cs@
a6e33d1
| Last change on this file since a6e33d1 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.
