summaryrefslogtreecommitdiff
path: root/Gestor.Model/Model.Relatorios/Controle.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Gestor.Model/Model.Relatorios/Controle.cs')
-rw-r--r--Gestor.Model/Model.Relatorios/Controle.cs30
1 files changed, 0 insertions, 30 deletions
diff --git a/Gestor.Model/Model.Relatorios/Controle.cs b/Gestor.Model/Model.Relatorios/Controle.cs
deleted file mode 100644
index 63bd5f5..0000000
--- a/Gestor.Model/Model.Relatorios/Controle.cs
+++ /dev/null
@@ -1,30 +0,0 @@
-using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.Relatorios
-{
- public class Controle
- {
- public Gestor.Model.Relatorios.Cliente Cliente
- {
- get;
- set;
- }
-
- public long Id
- {
- get;
- set;
- }
-
- public Gestor.Model.Relatorios.Ramo Ramo
- {
- get;
- set;
- }
-
- public Controle()
- {
- }
- }
-} \ No newline at end of file