source: ChapterX.Application/AISuggestion/Queries/GetByChapterResponse.cs

main
Last change on this file was a6e33d1, checked in by kikisrbinoska <srbinoskakristina07@…>, 3 days ago

AI suggestions fixed

  • Property mode set to 100644
File size: 153 bytes
RevLine 
[a6e33d1]1namespace ChapterX.Application.AISuggestion.Queries
2{
3 public record GetByChapterResponse(IEnumerable<Domain.Entities.AISuggestion> AISuggestions);
4}
Note: See TracBrowser for help on using the repository browser.