summaryrefslogtreecommitdiff
path: root/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/AgendaDb.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/AgendaDb.cs')
-rw-r--r--Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/AgendaDb.cs67
1 files changed, 0 insertions, 67 deletions
diff --git a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/AgendaDb.cs b/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/AgendaDb.cs
deleted file mode 100644
index 2f0a9d7..0000000
--- a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/AgendaDb.cs
+++ /dev/null
@@ -1,67 +0,0 @@
-using Gestor.Infrastructure.Entities.Generic;
-using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Infrastructure.Entities.Ferramentas
-{
- public class AgendaDb : EntityBase
- {
- public virtual string Bairro
- {
- get;
- set;
- }
-
- public virtual string Cep
- {
- get;
- set;
- }
-
- public virtual string Cidade
- {
- get;
- set;
- }
-
- public virtual string Complemento
- {
- get;
- set;
- }
-
- public virtual string Endereco
- {
- get;
- set;
- }
-
- public virtual string Estado
- {
- get;
- set;
- }
-
- public virtual string Nome
- {
- get;
- set;
- }
-
- public virtual string Numero
- {
- get;
- set;
- }
-
- public virtual string Observacao
- {
- get;
- set;
- }
-
- public AgendaDb()
- {
- }
- }
-} \ No newline at end of file