summaryrefslogtreecommitdiff
path: root/Gestor.Model/Model.CalculoWeb/VidaGlobal/CoberturaVidaGlobal.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Gestor.Model/Model.CalculoWeb/VidaGlobal/CoberturaVidaGlobal.cs')
-rw-r--r--Gestor.Model/Model.CalculoWeb/VidaGlobal/CoberturaVidaGlobal.cs66
1 files changed, 0 insertions, 66 deletions
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