using System.Collections.Generic; namespace Gestor.Model.Domain.Relatorios; public class SinteticModelList { public string Hint { get; set; } public List Value { get; set; } }