namespace ManagerService.DTOs { public class TranslationDTO { public string language { get; set; } public string value { get; set; } } }