14 lines
201 B
C#
14 lines
201 B
C#
namespace DamageAssesment.Api.Responses.Models
|
|
{
|
|
public class SurveyTranslation
|
|
{
|
|
public string Title { get; set; }
|
|
public string Language { get; set; }
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|