answer variants mapper hot fix
This commit is contained in:
parent
ae43e8c74c
commit
3bbed81534
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ public static class AnswerVariantMapper
|
|||
Text = dto.Text
|
||||
};
|
||||
|
||||
public static AnswerVariant UpdateDtoToModel(AnswerVariantUpdateDto dto, int answerVariantId, int questionId) =>
|
||||
public static AnswerVariant UpdateDtoToModel(AnswerVariantUpdateDto dto, int questionId, int answerVariantId) =>
|
||||
new AnswerVariant
|
||||
{
|
||||
QuestionId = questionId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue