using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; namespace DamageAssesment.Api.DocuLinks.Models { public class DoculinkTranslation { public string title { get; set; } public string description { get; set; } public string Language { get; set; } } }