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