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