summaryrefslogtreecommitdiff
path: root/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/TrilhaDb.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/TrilhaDb.cs')
-rw-r--r--Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/TrilhaDb.cs44
1 files changed, 0 insertions, 44 deletions
diff --git a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/TrilhaDb.cs b/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/TrilhaDb.cs
deleted file mode 100644
index 337dd61..0000000
--- a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Ferramentas/TrilhaDb.cs
+++ /dev/null
@@ -1,44 +0,0 @@
-using Gestor.Infrastructure.Entities.Generic;
-using Gestor.Model.Common;
-using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Infrastructure.Entities.Ferramentas
-{
- public class TrilhaDb : EntityBase
- {
- public virtual bool Ativo
- {
- get;
- set;
- }
-
- public virtual string Descricao
- {
- get;
- set;
- }
-
- public virtual int Intervalo
- {
- get;
- set;
- }
-
- public virtual TipoTrilha Tipo
- {
- get;
- set;
- }
-
- public virtual string Titulo
- {
- get;
- set;
- }
-
- public TrilhaDb()
- {
- }
- }
-} \ No newline at end of file