diff options
| author | Lucas Faria Mendes <lucas.fariamo08@gmail.com> | 2026-03-30 13:38:18 +0000 |
|---|---|---|
| committer | Lucas Faria Mendes <lucas.fariamo08@gmail.com> | 2026-03-30 13:38:18 +0000 |
| commit | 1f4e14b2e973ee7de337fd4866d9a5ceff5cb6d1 (patch) | |
| tree | e1c3b20ea08f0cf71122a1e73f0d395f8fd83874 /Gestor.Model/Model.CalculoWeb | |
| parent | 674ca83ba9243a9e95a7568c797668dab6aee26a (diff) | |
| download | gestor-1f4e14b2e973ee7de337fd4866d9a5ceff5cb6d1.tar.gz gestor-1f4e14b2e973ee7de337fd4866d9a5ceff5cb6d1.zip | |
chore: location
Diffstat (limited to 'Gestor.Model/Model.CalculoWeb')
33 files changed, 0 insertions, 2701 deletions
diff --git a/Gestor.Model/Model.CalculoWeb/Auto/CalculoAuto.cs b/Gestor.Model/Model.CalculoWeb/Auto/CalculoAuto.cs deleted file mode 100644 index 770eaa0..0000000 --- a/Gestor.Model/Model.CalculoWeb/Auto/CalculoAuto.cs +++ /dev/null @@ -1,61 +0,0 @@ -using Gestor.Model.CalculoWeb;
-using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.Auto
-{
- public class CalculoAuto
- {
- public Gestor.Model.CalculoWeb.Auto.Caminhao Caminhao
- {
- get;
- set;
- }
-
- public CoberturaAuto Cobertura
- {
- get;
- set;
- }
-
- public Gestor.Model.CalculoWeb.Auto.CondutorPrincipal CondutorPrincipal
- {
- get;
- set;
- }
-
- public QuestionarioAuto Questionario
- {
- get;
- set;
- }
-
- public Gestor.Model.CalculoWeb.Segurado Segurado
- {
- get;
- set;
- }
-
- public Gestor.Model.CalculoWeb.Seguro Seguro
- {
- get;
- set;
- }
-
- public int TipoVeiculo
- {
- get;
- set;
- }
-
- public Gestor.Model.CalculoWeb.Auto.Veiculo Veiculo
- {
- get;
- set;
- }
-
- public CalculoAuto()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/Auto/Caminhao.cs b/Gestor.Model/Model.CalculoWeb/Auto/Caminhao.cs deleted file mode 100644 index dba0c83..0000000 --- a/Gestor.Model/Model.CalculoWeb/Auto/Caminhao.cs +++ /dev/null @@ -1,78 +0,0 @@ -using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.Auto
-{
- public class Caminhao
- {
- public string Carga
- {
- get;
- set;
- }
-
- public string Carroceria
- {
- get;
- set;
- }
-
- public string Equipamento
- {
- get;
- set;
- }
-
- public string Garagem
- {
- get;
- set;
- }
-
- public string GerenciamentoRisco
- {
- get;
- set;
- }
-
- public int Id
- {
- get;
- set;
- }
-
- public string Periodo
- {
- get;
- set;
- }
-
- public string ProprioEstado
- {
- get;
- set;
- }
-
- public string RegiaoCirculacao
- {
- get;
- set;
- }
-
- public string SeguroCarga
- {
- get;
- set;
- }
-
- public string Uso
- {
- get;
- set;
- }
-
- public Caminhao()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/Auto/CoberturaAuto.cs b/Gestor.Model/Model.CalculoWeb/Auto/CoberturaAuto.cs deleted file mode 100644 index b97f258..0000000 --- a/Gestor.Model/Model.CalculoWeb/Auto/CoberturaAuto.cs +++ /dev/null @@ -1,132 +0,0 @@ -using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.Auto
-{
- public class CoberturaAuto
- {
- public string ArCondicionado
- {
- get;
- set;
- }
-
- public string Assistencia
- {
- get;
- set;
- }
-
- public decimal Blindagem
- {
- get;
- set;
- }
-
- public decimal Carroceria
- {
- get;
- set;
- }
-
- public string CarroReserva
- {
- get;
- set;
- }
-
- public string DanosCorporais
- {
- get;
- set;
- }
-
- public string DanosMateriais
- {
- get;
- set;
- }
-
- public string DanosMorais
- {
- get;
- set;
- }
-
- public string DespesasExtras
- {
- get;
- set;
- }
-
- public decimal Equipamento
- {
- get;
- set;
- }
-
- public decimal FatorAjuste
- {
- get;
- set;
- }
-
- public string GarantiaZero
- {
- get;
- set;
- }
-
- public int Id
- {
- get;
- set;
- }
-
- public decimal KitGas
- {
- get;
- set;
- }
-
- public string MorteInvalidez
- {
- get;
- set;
- }
-
- public string ProtecaoBuracos
- {
- get;
- set;
- }
-
- public string ReparoRapido
- {
- get;
- set;
- }
-
- public string TipoCobertura
- {
- get;
- set;
- }
-
- public string TipoFranquia
- {
- get;
- set;
- }
-
- public string Vidros
- {
- get;
- set;
- }
-
- public CoberturaAuto()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/Auto/ComissaoSeguradora.cs b/Gestor.Model/Model.CalculoWeb/Auto/ComissaoSeguradora.cs deleted file mode 100644 index f19675c..0000000 --- a/Gestor.Model/Model.CalculoWeb/Auto/ComissaoSeguradora.cs +++ /dev/null @@ -1,24 +0,0 @@ -using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.Auto
-{
- public class ComissaoSeguradora
- {
- public long Seguradora
- {
- get;
- set;
- }
-
- public decimal Valor
- {
- get;
- set;
- }
-
- public ComissaoSeguradora()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/Auto/CondutorPrincipal.cs b/Gestor.Model/Model.CalculoWeb/Auto/CondutorPrincipal.cs deleted file mode 100644 index 84810f9..0000000 --- a/Gestor.Model/Model.CalculoWeb/Auto/CondutorPrincipal.cs +++ /dev/null @@ -1,127 +0,0 @@ -using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.Auto
-{
- public class CondutorPrincipal
- {
- private string _sexo;
-
- private string _estadoCivil;
-
- public string CpfCnpj
- {
- get;
- set;
- }
-
- public DateTime? DataHabilitacao
- {
- get;
- set;
- }
-
- public DateTime? DataNascimento
- {
- get;
- set;
- }
-
- public string EstadoCivil
- {
- get
- {
- return this._estadoCivil;
- }
- set
- {
- this._estadoCivil = value;
- value = this.ConvertEstCivCalculo(this._estadoCivil);
- }
- }
-
- public long Id
- {
- get;
- set;
- }
-
- public string NomeCompleto
- {
- get;
- set;
- }
-
- public string NumeroHabilitacao
- {
- get;
- set;
- }
-
- public string Sexo
- {
- get
- {
- return this._sexo;
- }
- set
- {
- this._sexo = value;
- this.ConvertSexoCalculo(this._sexo);
- }
- }
-
- public string TempoHabilitacao
- {
- get;
- set;
- }
-
- public CondutorPrincipal()
- {
- }
-
- private string ConvertEstCivCalculo(string estadoCivil)
- {
- if (estadoCivil != null && estadoCivil.Length == 1)
- {
- switch (estadoCivil[0])
- {
- case '0':
- {
- return "1";
- }
- case '1':
- {
- return "2";
- }
- case '2':
- {
- return "3";
- }
- case '3':
- case '5':
- case '6':
- case '7':
- {
- return "4";
- }
- case '4':
- {
- return "5";
- }
- }
- }
- return string.Empty;
- }
-
- private string ConvertSexoCalculo(string sexo)
- {
- if (sexo != "0")
- {
- return "2";
- }
- return "1";
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/Auto/Fipe.cs b/Gestor.Model/Model.CalculoWeb/Auto/Fipe.cs deleted file mode 100644 index 1f4bee6..0000000 --- a/Gestor.Model/Model.CalculoWeb/Auto/Fipe.cs +++ /dev/null @@ -1,84 +0,0 @@ -using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.Auto
-{
- public class Fipe
- {
- public string AnoMaximo
- {
- get;
- set;
- }
-
- public string AnoMinimo
- {
- get;
- set;
- }
-
- public string AnoModelo
- {
- get;
- set;
- }
-
- public string Codigo
- {
- get;
- set;
- }
-
- public string Combustivel
- {
- get;
- set;
- }
-
- public int Id
- {
- get;
- set;
- }
-
- public string Marca
- {
- get;
- set;
- }
-
- public string Modelo
- {
- get;
- set;
- }
-
- public int TipoVeiculo
- {
- get;
- set;
- }
-
- public decimal Valor
- {
- get;
- set;
- }
-
- public decimal ValorAntigo
- {
- get;
- set;
- }
-
- public bool ZeroKm
- {
- get;
- set;
- }
-
- public Fipe()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/Auto/QuestionarioAuto.cs b/Gestor.Model/Model.CalculoWeb/Auto/QuestionarioAuto.cs deleted file mode 100644 index 9fb7d71..0000000 --- a/Gestor.Model/Model.CalculoWeb/Auto/QuestionarioAuto.cs +++ /dev/null @@ -1,90 +0,0 @@ -using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.Auto
-{
- public class QuestionarioAuto
- {
- public string Associado
- {
- get;
- set;
- }
-
- public string FaixaEtariaDependentes
- {
- get;
- set;
- }
-
- public string GaragemEstudo
- {
- get;
- set;
- }
-
- public string GaragemResidencia
- {
- get;
- set;
- }
-
- public string GaragemTrabalho
- {
- get;
- set;
- }
-
- public long Id
- {
- get;
- set;
- }
-
- public string IsencaoFiscal
- {
- get;
- set;
- }
-
- public string Pcd
- {
- get;
- set;
- }
-
- public string PeriodoUso
- {
- get;
- set;
- }
-
- public string QuilometragemMensal
- {
- get;
- set;
- }
-
- public string TipoResidencia
- {
- get;
- set;
- }
-
- public string UsoDependentes
- {
- get;
- set;
- }
-
- public string UsoVeiculo
- {
- get;
- set;
- }
-
- public QuestionarioAuto()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/Auto/Veiculo.cs b/Gestor.Model/Model.CalculoWeb/Auto/Veiculo.cs deleted file mode 100644 index a616133..0000000 --- a/Gestor.Model/Model.CalculoWeb/Auto/Veiculo.cs +++ /dev/null @@ -1,217 +0,0 @@ -using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.Auto
-{
- public class Veiculo
- {
- private string _combustivel;
-
- public string Alienado
- {
- get;
- set;
- }
-
- public string AnoFabricacao
- {
- get;
- set;
- }
-
- public string AnoModelo
- {
- get;
- set;
- }
-
- public string Antifurto
- {
- get;
- set;
- }
-
- public string Blindado
- {
- get;
- set;
- }
-
- public string CepPernoite
- {
- get;
- set;
- }
-
- public string CodigoFipe
- {
- get;
- set;
- }
-
- public string Combustivel
- {
- get
- {
- return this._combustivel;
- }
- set
- {
- this._combustivel = value;
- Veiculo.ConvertCombustivelCalculo(this._combustivel);
- }
- }
-
- public string Fabricante
- {
- get;
- set;
- }
-
- public Gestor.Model.CalculoWeb.Auto.Fipe Fipe
- {
- get;
- set;
- }
-
- public long Id
- {
- get;
- set;
- }
-
- public string KitGas
- {
- get;
- set;
- }
-
- public string Modelo
- {
- get;
- set;
- }
-
- public string NumeroChassi
- {
- get;
- set;
- }
-
- public string Placa
- {
- get;
- set;
- }
-
- public string Rastreador
- {
- get;
- set;
- }
-
- public string Uf
- {
- get;
- set;
- }
-
- public string ZeroKm
- {
- get;
- set;
- }
-
- public Veiculo()
- {
- }
-
- private static string ConvertCombustivelCalculo(string combustivel)
- {
- if (combustivel != null)
- {
- int length = combustivel.Length;
- if (length == 1)
- {
- switch (combustivel[0])
- {
- case '1':
- {
- return "3";
- }
- case '2':
- {
- return "2";
- }
- case '3':
- {
- return "4";
- }
- case '4':
- {
- return "1";
- }
- case '5':
- case '7':
- case '8':
- {
- return "6";
- }
- case '6':
- {
- return string.Empty;
- }
- case '9':
- {
- break;
- }
- default:
- {
- return string.Empty;
- }
- }
- }
- else if (length == 2)
- {
- switch (combustivel[1])
- {
- case '0':
- {
- if (combustivel == "10")
- {
- break;
- }
- return string.Empty;
- }
- case '1':
- {
- if (combustivel == "11")
- {
- return "7";
- }
- return string.Empty;
- }
- case '2':
- {
- if (combustivel == "12")
- {
- break;
- }
- return string.Empty;
- }
- default:
- {
- return string.Empty;
- }
- }
- }
- else
- {
- return string.Empty;
- }
- return "5";
- }
- return string.Empty;
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/Calculo.cs b/Gestor.Model/Model.CalculoWeb/Calculo.cs deleted file mode 100644 index 40b8d39..0000000 --- a/Gestor.Model/Model.CalculoWeb/Calculo.cs +++ /dev/null @@ -1,73 +0,0 @@ -using Gestor.Model.CalculoWeb.Auto;
-using Gestor.Model.CalculoWeb.Condominio;
-using Gestor.Model.CalculoWeb.Empresa;
-using Gestor.Model.CalculoWeb.Residencia;
-using Gestor.Model.CalculoWeb.VidaGlobal;
-using Gestor.Model.CalculoWeb.VidaIndividual;
-using System;
-using System.Collections.Generic;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb
-{
- public class Calculo
- {
- public CalculoAuto Auto
- {
- get;
- set;
- }
-
- public CalculoCondominio Condominio
- {
- get;
- set;
- }
-
- public CalculoEmpresa Empresa
- {
- get;
- set;
- }
-
- public CalculoResidencia Residencia
- {
- get;
- set;
- }
-
- public List<Gestor.Model.CalculoWeb.Resultados> Resultados
- {
- get;
- set;
- }
-
- public string SerialNumber
- {
- get;
- set;
- }
-
- public Gestor.Model.CalculoWeb.Usuario Usuario
- {
- get;
- set;
- }
-
- public CalculoVidaIndividual Vida
- {
- get;
- set;
- }
-
- public CalculoVidaGlobal VidaGlobal
- {
- get;
- set;
- }
-
- public Calculo()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/Condominio/CalculoCondominio.cs b/Gestor.Model/Model.CalculoWeb/Condominio/CalculoCondominio.cs deleted file mode 100644 index 9b3d7d7..0000000 --- a/Gestor.Model/Model.CalculoWeb/Condominio/CalculoCondominio.cs +++ /dev/null @@ -1,44 +0,0 @@ -using Gestor.Model.CalculoWeb;
-using Gestor.Model.CalculoWeb.Empresa;
-using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.Condominio
-{
- public class CalculoCondominio
- {
- public CoberturaCondominio Cobertura
- {
- get;
- set;
- }
-
- public EnderecoEmpresa Endereco
- {
- get;
- set;
- }
-
- public QuestionarioCondominio Questionario
- {
- get;
- set;
- }
-
- public Gestor.Model.CalculoWeb.Segurado Segurado
- {
- get;
- set;
- }
-
- public Gestor.Model.CalculoWeb.Seguro Seguro
- {
- get;
- set;
- }
-
- public CalculoCondominio()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/Condominio/CoberturaCondominio.cs b/Gestor.Model/Model.CalculoWeb/Condominio/CoberturaCondominio.cs deleted file mode 100644 index b020d5c..0000000 --- a/Gestor.Model/Model.CalculoWeb/Condominio/CoberturaCondominio.cs +++ /dev/null @@ -1,186 +0,0 @@ -using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.Condominio
-{
- public class CoberturaCondominio
- {
- public decimal? Alagamento
- {
- get;
- set;
- }
-
- public decimal? Aluguel
- {
- get;
- set;
- }
-
- public decimal? Anuncios
- {
- get;
- set;
- }
-
- public string Assistencia
- {
- get;
- set;
- }
-
- public decimal? Basica
- {
- get;
- set;
- }
-
- public decimal? Chuveiro
- {
- get;
- set;
- }
-
- public decimal? Condominio
- {
- get;
- set;
- }
-
- public decimal? DanosEletricos
- {
- get;
- set;
- }
-
- public decimal? DanosMorais
- {
- get;
- set;
- }
-
- public decimal? Desmoronamento
- {
- get;
- set;
- }
-
- public decimal? DespesasFixas
- {
- get;
- set;
- }
-
- public decimal? Empregador
- {
- get;
- set;
- }
-
- public decimal? Equipamento
- {
- get;
- set;
- }
-
- public decimal? Garagista
- {
- get;
- set;
- }
-
- public decimal? GaragistaExclusiva
- {
- get;
- set;
- }
-
- public int? Id
- {
- get;
- set;
- }
-
- public decimal? ImpactoVeiculo
- {
- get;
- set;
- }
-
- public decimal? IncendioBens
- {
- get;
- set;
- }
-
- public decimal? PlacasSolares
- {
- get;
- set;
- }
-
- public decimal? Portoes
- {
- get;
- set;
- }
-
- public decimal? RouboBens
- {
- get;
- set;
- }
-
- public decimal? RouboCondominio
- {
- get;
- set;
- }
-
- public decimal? Sindico
- {
- get;
- set;
- }
-
- public decimal? TumultoGreve
- {
- get;
- set;
- }
-
- public string ValorNovo
- {
- get;
- set;
- }
-
- public decimal? Vazamento
- {
- get;
- set;
- }
-
- public decimal? Vendaval
- {
- get;
- set;
- }
-
- public decimal? VidaFuncionario
- {
- get;
- set;
- }
-
- public decimal? Vidros
- {
- get;
- set;
- }
-
- public CoberturaCondominio()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/Condominio/QuestionarioCondominio.cs b/Gestor.Model/Model.CalculoWeb/Condominio/QuestionarioCondominio.cs deleted file mode 100644 index 082fd13..0000000 --- a/Gestor.Model/Model.CalculoWeb/Condominio/QuestionarioCondominio.cs +++ /dev/null @@ -1,96 +0,0 @@ -using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.Condominio
-{
- public class QuestionarioCondominio
- {
- public string AnoConstrucao
- {
- get;
- set;
- }
-
- public string AreaComercial
- {
- get;
- set;
- }
-
- public string AreaConstruida
- {
- get;
- set;
- }
-
- public string Blocos
- {
- get;
- set;
- }
-
- public string Desmoronamento
- {
- get;
- set;
- }
-
- public string Elevadores
- {
- get;
- set;
- }
-
- public string EquipamentoIncendio
- {
- get;
- set;
- }
-
- public string EquipamentoSeguranca
- {
- get;
- set;
- }
-
- public string Estrutura
- {
- get;
- set;
- }
-
- public string Funcionarios
- {
- get;
- set;
- }
-
- public int Id
- {
- get;
- set;
- }
-
- public string ImovelTombado
- {
- get;
- set;
- }
-
- public string Ocupacao
- {
- get;
- set;
- }
-
- public string Pavimentos
- {
- get;
- set;
- }
-
- public QuestionarioCondominio()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/Empresa/CalculoEmpresa.cs b/Gestor.Model/Model.CalculoWeb/Empresa/CalculoEmpresa.cs deleted file mode 100644 index 9a3e09a..0000000 --- a/Gestor.Model/Model.CalculoWeb/Empresa/CalculoEmpresa.cs +++ /dev/null @@ -1,43 +0,0 @@ -using Gestor.Model.CalculoWeb;
-using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.Empresa
-{
- public class CalculoEmpresa
- {
- public CoberturaEmpresa Cobertura
- {
- get;
- set;
- }
-
- public EnderecoEmpresa Endereco
- {
- get;
- set;
- }
-
- public QuestionarioEmpresa Questionario
- {
- get;
- set;
- }
-
- public Gestor.Model.CalculoWeb.Segurado Segurado
- {
- get;
- set;
- }
-
- public Gestor.Model.CalculoWeb.Seguro Seguro
- {
- get;
- set;
- }
-
- public CalculoEmpresa()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/Empresa/CoberturaEmpresa.cs b/Gestor.Model/Model.CalculoWeb/Empresa/CoberturaEmpresa.cs deleted file mode 100644 index c8faa20..0000000 --- a/Gestor.Model/Model.CalculoWeb/Empresa/CoberturaEmpresa.cs +++ /dev/null @@ -1,186 +0,0 @@ -using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.Empresa
-{
- public class CoberturaEmpresa
- {
- public decimal? Alagamento
- {
- get;
- set;
- }
-
- public decimal? Aluguel
- {
- get;
- set;
- }
-
- public decimal? Anuncio
- {
- get;
- set;
- }
-
- public string Assistencia
- {
- get;
- set;
- }
-
- public decimal? Basica
- {
- get;
- set;
- }
-
- public decimal? ContaminacaoDeterioracao
- {
- get;
- set;
- }
-
- public decimal? DanoEletrico
- {
- get;
- set;
- }
-
- public decimal? DanoMoral
- {
- get;
- set;
- }
-
- public decimal? Desmoronamento
- {
- get;
- set;
- }
-
- public decimal? DespesaFixa
- {
- get;
- set;
- }
-
- public decimal? Empregador
- {
- get;
- set;
- }
-
- public decimal? Equipamento
- {
- get;
- set;
- }
-
- public decimal? Fidelidade
- {
- get;
- set;
- }
-
- public int? Id
- {
- get;
- set;
- }
-
- public decimal? ImpactoVeiculo
- {
- get;
- set;
- }
-
- public decimal? LucroCessante
- {
- get;
- set;
- }
-
- public decimal? PlacasSolares
- {
- get;
- set;
- }
-
- public decimal? RecomposicaoDocumento
- {
- get;
- set;
- }
-
- public decimal? ResponsabilidadeCivil
- {
- get;
- set;
- }
-
- public decimal? ResponsabilidadeCivilGaragista
- {
- get;
- set;
- }
-
- public decimal? RouboFurto
- {
- get;
- set;
- }
-
- public decimal? RouboValor
- {
- get;
- set;
- }
-
- public decimal? Sprinkler
- {
- get;
- set;
- }
-
- public decimal? TumultoGreve
- {
- get;
- set;
- }
-
- public string ValorNovo
- {
- get;
- set;
- }
-
- public decimal? Vazamento
- {
- get;
- set;
- }
-
- public decimal? Vendaval
- {
- get;
- set;
- }
-
- public string Verba
- {
- get;
- set;
- }
-
- public decimal? Vidro
- {
- get;
- set;
- }
-
- public CoberturaEmpresa()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/Empresa/EnderecoEmpresa.cs b/Gestor.Model/Model.CalculoWeb/Empresa/EnderecoEmpresa.cs deleted file mode 100644 index 473149b..0000000 --- a/Gestor.Model/Model.CalculoWeb/Empresa/EnderecoEmpresa.cs +++ /dev/null @@ -1,60 +0,0 @@ -using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.Empresa
-{
- public class EnderecoEmpresa
- {
- public string Bairro
- {
- get;
- set;
- }
-
- public string Cep
- {
- get;
- set;
- }
-
- public string Cidade
- {
- get;
- set;
- }
-
- public string Complemento
- {
- get;
- set;
- }
-
- public string Estado
- {
- get;
- set;
- }
-
- public int Id
- {
- get;
- set;
- }
-
- public string Logradouro
- {
- get;
- set;
- }
-
- public string Numero
- {
- get;
- set;
- }
-
- public EnderecoEmpresa()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/Empresa/QuestionarioEmpresa.cs b/Gestor.Model/Model.CalculoWeb/Empresa/QuestionarioEmpresa.cs deleted file mode 100644 index 73dbcca..0000000 --- a/Gestor.Model/Model.CalculoWeb/Empresa/QuestionarioEmpresa.cs +++ /dev/null @@ -1,115 +0,0 @@ -using System;
-using System.Collections.Generic;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.Empresa
-{
- public class QuestionarioEmpresa
- {
- public DateTime AnoConstrucao
- {
- get;
- set;
- }
-
- public string Atividade
- {
- get;
- set;
- }
-
- public List<object> Atividades
- {
- get;
- set;
- }
-
- public string CaixaEletronico
- {
- get;
- set;
- }
-
- public string Cnae
- {
- get;
- set;
- }
-
- public string Construcao
- {
- get;
- set;
- }
-
- public string Deposito
- {
- get;
- set;
- }
-
- public string EquipamentoIncendio
- {
- get;
- set;
- }
-
- public string EquipamentoSeguranca
- {
- get;
- set;
- }
-
- public string EstruturaMetal
- {
- get;
- set;
- }
-
- public int Id
- {
- get;
- set;
- }
-
- public string ImovelTombado
- {
- get;
- set;
- }
-
- public string Isopainel
- {
- get;
- set;
- }
-
- public string Localizacao
- {
- get;
- set;
- }
-
- public string Pavimento
- {
- get;
- set;
- }
-
- public string TerrenoBaldio
- {
- get;
- set;
- }
-
- public string TipoConstrucao
- {
- get;
- set;
- }
-
- public QuestionarioEmpresa()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/Residencia/CalculoResidencia.cs b/Gestor.Model/Model.CalculoWeb/Residencia/CalculoResidencia.cs deleted file mode 100644 index a168a04..0000000 --- a/Gestor.Model/Model.CalculoWeb/Residencia/CalculoResidencia.cs +++ /dev/null @@ -1,43 +0,0 @@ -using Gestor.Model.CalculoWeb;
-using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.Residencia
-{
- public class CalculoResidencia
- {
- public CoberturaResidencia Cobertura
- {
- get;
- set;
- }
-
- public Gestor.Model.CalculoWeb.Residencia.Imovel Imovel
- {
- get;
- set;
- }
-
- public QuestionarioResidencia Questionario
- {
- get;
- set;
- }
-
- public Gestor.Model.CalculoWeb.Segurado Segurado
- {
- get;
- set;
- }
-
- public Gestor.Model.CalculoWeb.Seguro Seguro
- {
- get;
- set;
- }
-
- public CalculoResidencia()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/Residencia/CoberturaResidencia.cs b/Gestor.Model/Model.CalculoWeb/Residencia/CoberturaResidencia.cs deleted file mode 100644 index bdc8403..0000000 --- a/Gestor.Model/Model.CalculoWeb/Residencia/CoberturaResidencia.cs +++ /dev/null @@ -1,138 +0,0 @@ -using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.Residencia
-{
- public class CoberturaResidencia
- {
- public decimal Alagamento
- {
- get;
- set;
- }
-
- public decimal Aluguel
- {
- get;
- set;
- }
-
- public string Assistencia
- {
- get;
- set;
- }
-
- public decimal Basica
- {
- get;
- set;
- }
-
- public decimal Bike
- {
- get;
- set;
- }
-
- public decimal DanosEletricos
- {
- get;
- set;
- }
-
- public decimal DanosMorais
- {
- get;
- set;
- }
-
- public decimal Desmoronamento
- {
- get;
- set;
- }
-
- public decimal Equipamentos
- {
- get;
- set;
- }
-
- public int Id
- {
- get;
- set;
- }
-
- public decimal ImpactoVeiculos
- {
- get;
- set;
- }
-
- public decimal PlacasSolares
- {
- get;
- set;
- }
-
- public decimal RecomposicaoDocumento
- {
- get;
- set;
- }
-
- public decimal ResponsabilidadeCivilFamiliar
- {
- get;
- set;
- }
-
- public decimal RouboFurto
- {
- get;
- set;
- }
-
- public decimal TumultoGreve
- {
- get;
- set;
- }
-
- public string ValorNovo
- {
- get;
- set;
- }
-
- public decimal Vazamentos
- {
- get;
- set;
- }
-
- public decimal Vendaval
- {
- get;
- set;
- }
-
- public string Verba
- {
- get;
- set;
- }
-
- public decimal Vidros
- {
- get;
- set;
- }
-
- public CoberturaResidencia()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/Residencia/EnderecoResidencia.cs b/Gestor.Model/Model.CalculoWeb/Residencia/EnderecoResidencia.cs deleted file mode 100644 index 9874c8d..0000000 --- a/Gestor.Model/Model.CalculoWeb/Residencia/EnderecoResidencia.cs +++ /dev/null @@ -1,60 +0,0 @@ -using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.Residencia
-{
- public class EnderecoResidencia
- {
- public string Bairro
- {
- get;
- set;
- }
-
- public string Cep
- {
- get;
- set;
- }
-
- public string Cidade
- {
- get;
- set;
- }
-
- public string Complemento
- {
- get;
- set;
- }
-
- public string Estado
- {
- get;
- set;
- }
-
- public int Id
- {
- get;
- set;
- }
-
- public string Logradouro
- {
- get;
- set;
- }
-
- public string Numero
- {
- get;
- set;
- }
-
- public EnderecoResidencia()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/Residencia/Imovel.cs b/Gestor.Model/Model.CalculoWeb/Residencia/Imovel.cs deleted file mode 100644 index 6cedbb0..0000000 --- a/Gestor.Model/Model.CalculoWeb/Residencia/Imovel.cs +++ /dev/null @@ -1,42 +0,0 @@ -using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.Residencia
-{
- public class Imovel
- {
- public EnderecoResidencia Endereco
- {
- get;
- set;
- }
-
- public int Id
- {
- get;
- set;
- }
-
- public string TipoConstrucao
- {
- get;
- set;
- }
-
- public string TipoMoradia
- {
- get;
- set;
- }
-
- public string TipoOcupacao
- {
- get;
- set;
- }
-
- public Imovel()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/Residencia/QuestionarioResidencia.cs b/Gestor.Model/Model.CalculoWeb/Residencia/QuestionarioResidencia.cs deleted file mode 100644 index d8a6269..0000000 --- a/Gestor.Model/Model.CalculoWeb/Residencia/QuestionarioResidencia.cs +++ /dev/null @@ -1,66 +0,0 @@ -using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.Residencia
-{
- public class QuestionarioResidencia
- {
- public string AreaRisco
- {
- get;
- set;
- }
-
- public string AtividadeProfissional
- {
- get;
- set;
- }
-
- public string CondominioFechado
- {
- get;
- set;
- }
-
- public string EquipamentoSeguranca
- {
- get;
- set;
- }
-
- public int Id
- {
- get;
- set;
- }
-
- public string ImovelDesocupado
- {
- get;
- set;
- }
-
- public string ImovelTombado
- {
- get;
- set;
- }
-
- public string SeguradoProprietario
- {
- get;
- set;
- }
-
- public string ZonaRural
- {
- get;
- set;
- }
-
- public QuestionarioResidencia()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/Resultados.cs b/Gestor.Model/Model.CalculoWeb/Resultados.cs deleted file mode 100644 index 18bb86a..0000000 --- a/Gestor.Model/Model.CalculoWeb/Resultados.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb
-{
- public class Resultados
- {
- public string Erros
- {
- get;
- set;
- }
-
- public Resultados()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/Segurado.cs b/Gestor.Model/Model.CalculoWeb/Segurado.cs deleted file mode 100644 index 34b57c8..0000000 --- a/Gestor.Model/Model.CalculoWeb/Segurado.cs +++ /dev/null @@ -1,158 +0,0 @@ -using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb
-{
- public class Segurado
- {
- private string _estadoCivil;
-
- private string _sexo;
-
- public string Cep { get; set; } = string.Empty;
-
- public string CpfCnpj
- {
- get;
- set;
- }
-
- public DateTime? DataHabilitacao { get; set; } = new DateTime?(DateTime.MinValue);
-
- public DateTime? DataNascimento { get; set; } = new DateTime?(DateTime.MinValue);
-
- public string Email
- {
- get;
- set;
- }
-
- public string EstadoCivil
- {
- get
- {
- return this._estadoCivil;
- }
- set
- {
- this._estadoCivil = value;
- this._estadoCivil = this.ConvertEstCivCalculo(value);
- }
- }
-
- public long Id
- {
- get;
- set;
- }
-
- public string NomeCompleto
- {
- get;
- set;
- }
-
- public string NumeroHabilitacao
- {
- get;
- set;
- }
-
- public bool Perfil
- {
- get;
- set;
- }
-
- public string RelacaoSeguradoCondutor
- {
- get;
- set;
- }
-
- public string Sexo
- {
- get
- {
- return this._sexo;
- }
- set
- {
- this._sexo = value;
- this._sexo = this.ConvertSexoCalculo(this._sexo);
- value = this._sexo;
- }
- }
-
- public Telefone TelefoneCelular
- {
- get;
- set;
- }
-
- public Telefone TelefoneResidencial
- {
- get;
- set;
- }
-
- public string TempoHabilitacao
- {
- get;
- set;
- }
-
- public string Uf
- {
- get;
- set;
- }
-
- public Segurado()
- {
- }
-
- private string ConvertEstCivCalculo(string estadoCivil)
- {
- if (estadoCivil != null && estadoCivil.Length == 1)
- {
- switch (estadoCivil[0])
- {
- case '0':
- {
- return "1";
- }
- case '1':
- {
- return "2";
- }
- case '2':
- {
- return "3";
- }
- case '3':
- case '5':
- case '6':
- case '7':
- {
- return "4";
- }
- case '4':
- {
- return "5";
- }
- }
- }
- return string.Empty;
- }
-
- private string ConvertSexoCalculo(string sexo)
- {
- if (sexo != "0")
- {
- return "2";
- }
- return "1";
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/Seguro.cs b/Gestor.Model/Model.CalculoWeb/Seguro.cs deleted file mode 100644 index 34154f9..0000000 --- a/Gestor.Model/Model.CalculoWeb/Seguro.cs +++ /dev/null @@ -1,110 +0,0 @@ -using Gestor.Model.CalculoWeb.Auto;
-using System;
-using System.Collections.Generic;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb
-{
- public class Seguro
- {
- public decimal Agenciamento
- {
- get;
- set;
- }
-
- public string Banco
- {
- get;
- set;
- }
-
- public string Bonus
- {
- get;
- set;
- }
-
- public string CodigoIdentificacao
- {
- get;
- set;
- }
-
- public decimal Comissao
- {
- get;
- set;
- }
-
- public List<Gestor.Model.CalculoWeb.Auto.ComissaoSeguradora> ComissaoSeguradora
- {
- get;
- set;
- }
-
- public long Id
- {
- get;
- set;
- }
-
- public string NumeroApoliceAnterior
- {
- get;
- set;
- }
-
- public string Observacoes
- {
- get;
- set;
- }
-
- public bool RenovacaoGarantida
- {
- get;
- set;
- }
-
- public string SeguradoraAnterior
- {
- get;
- set;
- }
-
- public string Sinistros
- {
- get;
- set;
- }
-
- public string TipoSeguro
- {
- get;
- set;
- }
-
- public DateTime VigenciaFinal
- {
- get;
- set;
- }
-
- public DateTime VigenciaFinalAnterior
- {
- get;
- set;
- }
-
- public DateTime VigenciaInicial
- {
- get;
- set;
- }
-
- public Seguro()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/Telefone.cs b/Gestor.Model/Model.CalculoWeb/Telefone.cs deleted file mode 100644 index 364a57f..0000000 --- a/Gestor.Model/Model.CalculoWeb/Telefone.cs +++ /dev/null @@ -1,30 +0,0 @@ -using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb
-{
- public class Telefone
- {
- public string Ddd
- {
- get;
- set;
- }
-
- public long Id
- {
- get;
- set;
- }
-
- public string Numero
- {
- get;
- set;
- }
-
- public Telefone()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/Usuario.cs b/Gestor.Model/Model.CalculoWeb/Usuario.cs deleted file mode 100644 index 5b46cf6..0000000 --- a/Gestor.Model/Model.CalculoWeb/Usuario.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb
-{
- public class Usuario
- {
- public string Email
- {
- get;
- set;
- }
-
- public Usuario()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/VidaGlobal/CalculoVidaGlobal.cs b/Gestor.Model/Model.CalculoWeb/VidaGlobal/CalculoVidaGlobal.cs deleted file mode 100644 index 60a3b45..0000000 --- a/Gestor.Model/Model.CalculoWeb/VidaGlobal/CalculoVidaGlobal.cs +++ /dev/null @@ -1,44 +0,0 @@ -using Gestor.Model.CalculoWeb;
-using Gestor.Model.CalculoWeb.Empresa;
-using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.VidaGlobal
-{
- public class CalculoVidaGlobal
- {
- public CalculoVidaGlobal Cobertura
- {
- get;
- set;
- }
-
- public EnderecoEmpresa Endereco
- {
- get;
- set;
- }
-
- public QuestionarioVidaGlobal Questionario
- {
- get;
- set;
- }
-
- public Gestor.Model.CalculoWeb.Segurado Segurado
- {
- get;
- set;
- }
-
- public Gestor.Model.CalculoWeb.Seguro Seguro
- {
- get;
- set;
- }
-
- public CalculoVidaGlobal()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/VidaGlobal/CoberturaVidaGlobal.cs b/Gestor.Model/Model.CalculoWeb/VidaGlobal/CoberturaVidaGlobal.cs deleted file mode 100644 index dc43427..0000000 --- a/Gestor.Model/Model.CalculoWeb/VidaGlobal/CoberturaVidaGlobal.cs +++ /dev/null @@ -1,66 +0,0 @@ -using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.VidaGlobal
-{
- public class CoberturaVidaGlobal
- {
- public string AssistenciaFuneral
- {
- get;
- set;
- }
-
- public decimal? CapitalFuncionario
- {
- get;
- set;
- }
-
- public decimal? CapitalSocio
- {
- get;
- set;
- }
-
- public int Funcionario
- {
- get;
- set;
- }
-
- public int Id
- {
- get;
- set;
- }
-
- public string Ifpd
- {
- get;
- set;
- }
-
- public string Ipa
- {
- get;
- set;
- }
-
- public string MorteAcidental
- {
- get;
- set;
- }
-
- public int Socio
- {
- get;
- set;
- }
-
- public CoberturaVidaGlobal()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/VidaGlobal/QuestionarioVidaGlobal.cs b/Gestor.Model/Model.CalculoWeb/VidaGlobal/QuestionarioVidaGlobal.cs deleted file mode 100644 index 8732069..0000000 --- a/Gestor.Model/Model.CalculoWeb/VidaGlobal/QuestionarioVidaGlobal.cs +++ /dev/null @@ -1,37 +0,0 @@ -using System;
-using System.Collections.Generic;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.VidaGlobal
-{
- public class QuestionarioVidaGlobal
- {
- public List<string> Atividades
- {
- get;
- set;
- }
-
- public string Cnae
- {
- get;
- set;
- }
-
- public int Funcionario
- {
- get;
- set;
- }
-
- public int Id
- {
- get;
- set;
- }
-
- public QuestionarioVidaGlobal()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/VidaIndividual/CalculoVidaIndividual.cs b/Gestor.Model/Model.CalculoWeb/VidaIndividual/CalculoVidaIndividual.cs deleted file mode 100644 index 33eb7fd..0000000 --- a/Gestor.Model/Model.CalculoWeb/VidaIndividual/CalculoVidaIndividual.cs +++ /dev/null @@ -1,44 +0,0 @@ -using Gestor.Model.CalculoWeb;
-using Gestor.Model.CalculoWeb.Empresa;
-using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.VidaIndividual
-{
- public class CalculoVidaIndividual
- {
- public CoberturaVidaIndividual Cobertura
- {
- get;
- set;
- }
-
- public EnderecoEmpresa Endereco
- {
- get;
- set;
- }
-
- public QuestionarioVidaIndividual Questionario
- {
- get;
- set;
- }
-
- public Gestor.Model.CalculoWeb.Segurado Segurado
- {
- get;
- set;
- }
-
- public Gestor.Model.CalculoWeb.Seguro Seguro
- {
- get;
- set;
- }
-
- public CalculoVidaIndividual()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/VidaIndividual/CoberturaVidaIndividual.cs b/Gestor.Model/Model.CalculoWeb/VidaIndividual/CoberturaVidaIndividual.cs deleted file mode 100644 index 5b3f83f..0000000 --- a/Gestor.Model/Model.CalculoWeb/VidaIndividual/CoberturaVidaIndividual.cs +++ /dev/null @@ -1,108 +0,0 @@ -using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.VidaIndividual
-{
- public class CoberturaVidaIndividual
- {
- public string AssistenciaFuneral
- {
- get;
- set;
- }
-
- public decimal? Capital
- {
- get;
- set;
- }
-
- public decimal CapitalDih
- {
- get;
- set;
- }
-
- public decimal? CapitalDit
- {
- get;
- set;
- }
-
- public decimal? CapitalDoenca
- {
- get;
- set;
- }
-
- public decimal? CapitalIfpd
- {
- get;
- set;
- }
-
- public decimal? CapitalIpa
- {
- get;
- set;
- }
-
- public decimal? CapitalMorteAcidental
- {
- get;
- set;
- }
-
- public string Dih
- {
- get;
- set;
- }
-
- public string Dit
- {
- get;
- set;
- }
-
- public string DoencaGrave
- {
- get;
- set;
- }
-
- public int? Id
- {
- get;
- set;
- }
-
- public string Ifpd
- {
- get;
- set;
- }
-
- public string Ipa
- {
- get;
- set;
- }
-
- public string Morte
- {
- get;
- set;
- }
-
- public string MorteAcidental
- {
- get;
- set;
- }
-
- public CoberturaVidaIndividual()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/VidaIndividual/Profissao.cs b/Gestor.Model/Model.CalculoWeb/VidaIndividual/Profissao.cs deleted file mode 100644 index fd20834..0000000 --- a/Gestor.Model/Model.CalculoWeb/VidaIndividual/Profissao.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.VidaIndividual
-{
- public class Profissao
- {
- public string Chave
- {
- get;
- set;
- }
-
- public int Id
- {
- get;
- set;
- }
-
- public int Seguradora
- {
- get;
- set;
- }
-
- public string Valor
- {
- get;
- set;
- }
-
- public Profissao()
- {
- }
- }
-}
\ No newline at end of file diff --git a/Gestor.Model/Model.CalculoWeb/VidaIndividual/QuestionarioVidaIndividual.cs b/Gestor.Model/Model.CalculoWeb/VidaIndividual/QuestionarioVidaIndividual.cs deleted file mode 100644 index 9ff0b62..0000000 --- a/Gestor.Model/Model.CalculoWeb/VidaIndividual/QuestionarioVidaIndividual.cs +++ /dev/null @@ -1,67 +0,0 @@ -using System;
-using System.Collections.Generic;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.CalculoWeb.VidaIndividual
-{
- public class QuestionarioVidaIndividual
- {
- public float Altura
- {
- get;
- set;
- }
-
- public string Aposentado
- {
- get;
- set;
- }
-
- public string Esporte
- {
- get;
- set;
- }
-
- public string Fumante
- {
- get;
- set;
- }
-
- public int? Id
- {
- get;
- set;
- }
-
- public int? Peso
- {
- get;
- set;
- }
-
- public string Profissao
- {
- get;
- set;
- }
-
- public List<Gestor.Model.CalculoWeb.VidaIndividual.Profissao> Profissoes
- {
- get;
- set;
- }
-
- public decimal? RendaMensal
- {
- get;
- set;
- }
-
- public QuestionarioVidaIndividual()
- {
- }
- }
-}
\ No newline at end of file |