summaryrefslogtreecommitdiff
path: root/Gestor.Model/Gestor.Model.CalculoWeb.Residencia/QuestionarioResidencia.cs
blob: b457c0d98aab76a277043943e020d6ad54632908 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
namespace Gestor.Model.CalculoWeb.Residencia;

public class QuestionarioResidencia
{
	public string ImovelDesocupado { get; set; }

	public string AreaRisco { get; set; }

	public string ZonaRural { get; set; }

	public string CondominioFechado { get; set; }

	public string SeguradoProprietario { get; set; }

	public string ImovelTombado { get; set; }

	public string AtividadeProfissional { get; set; }

	public string EquipamentoSeguranca { get; set; }

	public int Id { get; set; }
}