summaryrefslogtreecommitdiff
path: root/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/OrigemClienteDb.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/OrigemClienteDb.cs')
-rw-r--r--Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/OrigemClienteDb.cs32
1 files changed, 0 insertions, 32 deletions
diff --git a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/OrigemClienteDb.cs b/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/OrigemClienteDb.cs
deleted file mode 100644
index eb5a9d2..0000000
--- a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/OrigemClienteDb.cs
+++ /dev/null
@@ -1,32 +0,0 @@
-using Gestor.Infrastructure.Entities.Generic;
-using Gestor.Infrastructure.Entities.Seguros;
-using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Infrastructure.Entities.Ferramentas
-{
- public class OrigemClienteDb : EntityBase
- {
- public virtual ClienteDb Cliente
- {
- get;
- set;
- }
-
- public virtual string Nome
- {
- get;
- set;
- }
-
- public virtual long TipoOrigem
- {
- get;
- set;
- }
-
- public OrigemClienteDb()
- {
- }
- }
-} \ No newline at end of file