diff options
Diffstat (limited to 'Gestor.Model/Model.Domain.Relatorios/CartaoSegurado.cs')
| -rw-r--r-- | Gestor.Model/Model.Domain.Relatorios/CartaoSegurado.cs | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/Gestor.Model/Model.Domain.Relatorios/CartaoSegurado.cs b/Gestor.Model/Model.Domain.Relatorios/CartaoSegurado.cs deleted file mode 100644 index e0edb18..0000000 --- a/Gestor.Model/Model.Domain.Relatorios/CartaoSegurado.cs +++ /dev/null @@ -1,60 +0,0 @@ -using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.Domain.Relatorios
-{
- public class CartaoSegurado
- {
- public string Apolice
- {
- get;
- set;
- }
-
- public string Assistencia
- {
- get;
- set;
- }
-
- public string Item
- {
- get;
- set;
- }
-
- public string LinkApolice
- {
- get;
- set;
- }
-
- public string Nome
- {
- get;
- set;
- }
-
- public string Seguradora
- {
- get;
- set;
- }
-
- public string TelefoneCorretor
- {
- get;
- set;
- }
-
- public string Vigencia
- {
- get;
- set;
- }
-
- public CartaoSegurado()
- {
- }
- }
-}
\ No newline at end of file |