summaryrefslogtreecommitdiff
path: root/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/FaseDb.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/FaseDb.cs')
-rw-r--r--Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/FaseDb.cs37
1 files changed, 0 insertions, 37 deletions
diff --git a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/FaseDb.cs b/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/FaseDb.cs
deleted file mode 100644
index 732fdfc..0000000
--- a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/FaseDb.cs
+++ /dev/null
@@ -1,37 +0,0 @@
-using Gestor.Infrastructure.Entities.Generic;
-using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Infrastructure.Entities.Ferramentas
-{
- public class FaseDb : EntityBase
- {
- public virtual string Descricao
- {
- get;
- set;
- }
-
- public virtual DateTime? Expiracao
- {
- get;
- set;
- }
-
- public virtual string Titulo
- {
- get;
- set;
- }
-
- public virtual TrilhaDb Trilha
- {
- get;
- set;
- }
-
- public FaseDb()
- {
- }
- }
-} \ No newline at end of file