namespace Gestor.Model.CalculoWeb.Condominio; public class QuestionarioCondominio { public string Ocupacao { get; set; } public string Estrutura { get; set; } public string AreaComercial { get; set; } public string ImovelTombado { get; set; } public string AreaConstruida { get; set; } public string AnoConstrucao { get; set; } public string Funcionarios { get; set; } public string Blocos { get; set; } public string Elevadores { get; set; } public string Pavimentos { get; set; } public string EquipamentoSeguranca { get; set; } public string EquipamentoIncendio { get; set; } public string Desmoronamento { get; set; } public int Id { get; set; } }