9 lines
213 B
C#
9 lines
213 B
C#
|
namespace DamageAssesment.Api.SurveyResponses.Models
|
|||
|
{
|
|||
|
public class QuestionsTranslation
|
|||
|
{
|
|||
|
public string QuestionText { get; set; }
|
|||
|
public string Language { get; set; } = "En";
|
|||
|
}
|
|||
|
}
|