diff options
Diffstat (limited to 'Gestor.Model/Model.CalculoWeb/Auto/CoberturaAuto.cs')
| -rw-r--r-- | Gestor.Model/Model.CalculoWeb/Auto/CoberturaAuto.cs | 132 |
1 files changed, 0 insertions, 132 deletions
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 |