main
|
Last change
on this file since e882b92 was e882b92, checked in by kikisrbinoska <srbinoskakristina07@…>, 13 days ago |
|
Added corrected entitef from the ER diagram and changes for the logic to be coresponding to the ddl
|
-
Property mode
set to
100644
|
|
File size:
244 bytes
|
| Rev | Line | |
|---|
| [877c13c] | 1 | using MediatR;
|
|---|
| 2 |
|
|---|
| 3 | namespace ChapterX.Application.AISuggestion.Commands
|
|---|
| 4 | {
|
|---|
| 5 | public record AddRequest(
|
|---|
| 6 | string OriginalText,
|
|---|
| 7 | string SuggestedText,
|
|---|
| [e882b92] | 8 | string SuggestionType,
|
|---|
| [877c13c] | 9 | int StoryId
|
|---|
| 10 | ) : IRequest<AddResponse>;
|
|---|
| 11 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.