namespace Gestor.Model.Domain.Relatorios; public class CartaoSegurado { public string Nome { get; set; } public string Apolice { get; set; } public string Vigencia { get; set; } public string Item { get; set; } public string Seguradora { get; set; } public string LinkApolice { get; set; } public string Assistencia { get; set; } public string TelefoneCorretor { get; set; } }