diff options
Diffstat (limited to 'Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/ModeloMalaDiretaDb.cs')
| -rw-r--r-- | Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/ModeloMalaDiretaDb.cs | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/ModeloMalaDiretaDb.cs b/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/ModeloMalaDiretaDb.cs deleted file mode 100644 index 9e1eb04..0000000 --- a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/ModeloMalaDiretaDb.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 ModeloMalaDiretaDb : EntityBase
- {
- public virtual string Assunto
- {
- get;
- set;
- }
-
- public virtual string Corpo
- {
- get;
- set;
- }
-
- public ModeloMalaDiretaDb()
- {
- }
- }
-}
\ No newline at end of file |