summaryrefslogtreecommitdiff
path: root/Gestor.Model/Gestor.Model.CalculoWeb.Auto/QuestionarioAuto.cs
blob: 4469fe48cdef5e10556f512a43fa46ce5b20843b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
namespace Gestor.Model.CalculoWeb.Auto;

public class QuestionarioAuto
{
	public string QuilometragemMensal { get; set; }

	public string UsoVeiculo { get; set; }

	public string GaragemTrabalho { get; set; }

	public string GaragemEstudo { get; set; }

	public string GaragemResidencia { get; set; }

	public string TipoResidencia { get; set; }

	public string UsoDependentes { get; set; }

	public string FaixaEtariaDependentes { get; set; }

	public string IsencaoFiscal { get; set; }

	public string Pcd { get; set; }

	public string PeriodoUso { get; set; }

	public string Associado { get; set; }

	public long Id { get; set; }
}