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