summaryrefslogtreecommitdiff
path: root/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/AtividadeDb.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/AtividadeDb.cs')
-rw-r--r--Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/AtividadeDb.cs25
1 files changed, 0 insertions, 25 deletions
diff --git a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/AtividadeDb.cs b/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/AtividadeDb.cs
deleted file mode 100644
index 6b5c04f..0000000
--- a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/AtividadeDb.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-using Gestor.Infrastructure.Entities.Generic;
-using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Infrastructure.Entities.Common
-{
- public class AtividadeDb : EntityBase
- {
- public virtual string Cnac
- {
- get;
- set;
- }
-
- public virtual string Nome
- {
- get;
- set;
- }
-
- public AtividadeDb()
- {
- }
- }
-} \ No newline at end of file