source:
ChapterX.Application/AISuggestion/Queries/GetByChapterRequest.cs@
a6e33d1
| Last change on this file since a6e33d1 was a6e33d1, checked in by , 3 days ago | |
|---|---|
|
|
| File size: 159 bytes | |
| Line | |
|---|---|
| 1 | using MediatR; |
| 2 | |
| 3 | namespace ChapterX.Application.AISuggestion.Queries |
| 4 | { |
| 5 | public record GetByChapterRequest(int ChapterId) : IRequest<GetByChapterResponse>; |
| 6 | } |
Note:
See TracBrowser
for help on using the repository browser.
