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