9 lines
190 B
C#
9 lines
190 B
C#
namespace DamageAssesment.Api.Questions.Models
|
|
{
|
|
public class CategoryTranslation
|
|
{
|
|
public string Title { get; set; }
|
|
public string Language { get; set; }
|
|
}
|
|
}
|