summaryrefslogtreecommitdiff
path: root/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/StatusDeProspeccaoDb.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/StatusDeProspeccaoDb.cs')
-rw-r--r--Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/StatusDeProspeccaoDb.cs37
1 files changed, 0 insertions, 37 deletions
diff --git a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/StatusDeProspeccaoDb.cs b/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/StatusDeProspeccaoDb.cs
deleted file mode 100644
index 70f50d4..0000000
--- a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/StatusDeProspeccaoDb.cs
+++ /dev/null
@@ -1,37 +0,0 @@
-using Gestor.Infrastructure.Entities.Generic;
-using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Infrastructure.Entities.Ferramentas
-{
- public class StatusDeProspeccaoDb : EntityBase
- {
- public virtual bool Ativo
- {
- get;
- set;
- }
-
- public virtual string Descricao
- {
- get;
- set;
- }
-
- public virtual bool Excluido
- {
- get;
- set;
- }
-
- public virtual string Nome
- {
- get;
- set;
- }
-
- public StatusDeProspeccaoDb()
- {
- }
- }
-} \ No newline at end of file