fix survey

This commit is contained in:
CWX
2025-01-23 14:59:21 +00:00
parent 37912d1f4a
commit ac81197c7a
@@ -8,10 +8,6 @@ public record SendSurveyOpinionRequest : IRequestData
[JsonPropertyName("resultJson")]
public string? ResultJson { get; set; }
}
public record SurveyResult
{
[JsonPropertyName("surveyId")]
public int? SurveyId { get; set; }
@@ -30,4 +26,3 @@ public record SurveyOpinionAnswer
[JsonPropertyName("answers")]
public object? Answers { get; set; }
}