using System.Collections.Generic; namespace Gestor.Model.CalculoWeb.VidaGlobal; public class QuestionarioVidaGlobal { public int Id { get; set; } public List Atividades { get; set; } public string Cnae { get; set; } public int Funcionario { get; set; } }