summaryrefslogtreecommitdiff
path: root/Gestor.Model/Gestor.Model.Relatorios/Cliente.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Gestor.Model/Gestor.Model.Relatorios/Cliente.cs')
-rw-r--r--Gestor.Model/Gestor.Model.Relatorios/Cliente.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Gestor.Model/Gestor.Model.Relatorios/Cliente.cs b/Gestor.Model/Gestor.Model.Relatorios/Cliente.cs
new file mode 100644
index 0000000..5be51c0
--- /dev/null
+++ b/Gestor.Model/Gestor.Model.Relatorios/Cliente.cs
@@ -0,0 +1,6 @@
+namespace Gestor.Model.Relatorios;
+
+public class Cliente
+{
+ public long Id { get; set; }
+}