summaryrefslogtreecommitdiff
path: root/Gestor.Model/Gestor.Model.Relatorios/EstipulanteCliente.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Gestor.Model/Gestor.Model.Relatorios/EstipulanteCliente.cs')
-rw-r--r--Gestor.Model/Gestor.Model.Relatorios/EstipulanteCliente.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/Gestor.Model/Gestor.Model.Relatorios/EstipulanteCliente.cs b/Gestor.Model/Gestor.Model.Relatorios/EstipulanteCliente.cs
new file mode 100644
index 0000000..36c47db
--- /dev/null
+++ b/Gestor.Model/Gestor.Model.Relatorios/EstipulanteCliente.cs
@@ -0,0 +1,10 @@
+namespace Gestor.Model.Relatorios;
+
+public class EstipulanteCliente
+{
+ public long IdEstiputante { get; set; }
+
+ public string NomeEstipulante { get; set; }
+
+ public long IdCliente { get; set; }
+}