diff options
Diffstat (limited to 'Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/ProfissaoDb.cs')
| -rw-r--r-- | Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/ProfissaoDb.cs | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/ProfissaoDb.cs b/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/ProfissaoDb.cs deleted file mode 100644 index 15d2d47..0000000 --- a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/ProfissaoDb.cs +++ /dev/null @@ -1,31 +0,0 @@ -using Gestor.Infrastructure.Entities.Generic;
-using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Infrastructure.Entities.Common
-{
- public class ProfissaoDb : EntityBase
- {
- public virtual string Aniversario
- {
- get;
- set;
- }
-
- public virtual string Codigo
- {
- get;
- set;
- }
-
- public virtual string Nome
- {
- get;
- set;
- }
-
- public ProfissaoDb()
- {
- }
- }
-}
\ No newline at end of file |