source: ChapterX.Application/AISuggestion/Queries/GetByChapterRequest.cs@ e882b92

main
Last change on this file since e882b92 was a6e33d1, checked in by kikisrbinoska <srbinoskakristina07@…>, 2 months ago

AI suggestions fixed

  • Property mode set to 100644
File size: 159 bytes
Line 
1using MediatR;
2
3namespace ChapterX.Application.AISuggestion.Queries
4{
5 public record GetByChapterRequest(int ChapterId) : IRequest<GetByChapterResponse>;
6}
Note: See TracBrowser for help on using the repository browser.