summaryrefslogtreecommitdiff
path: root/Gestor.Model/Model.Domain.Relatorios/Pagamento/PagamentoSintetico.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Gestor.Model/Model.Domain.Relatorios/Pagamento/PagamentoSintetico.cs')
-rw-r--r--Gestor.Model/Model.Domain.Relatorios/Pagamento/PagamentoSintetico.cs25
1 files changed, 0 insertions, 25 deletions
diff --git a/Gestor.Model/Model.Domain.Relatorios/Pagamento/PagamentoSintetico.cs b/Gestor.Model/Model.Domain.Relatorios/Pagamento/PagamentoSintetico.cs
deleted file mode 100644
index ef78ddc..0000000
--- a/Gestor.Model/Model.Domain.Relatorios/Pagamento/PagamentoSintetico.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-using System;
-using System.Collections.ObjectModel;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.Domain.Relatorios.Pagamento
-{
- public class PagamentoSintetico
- {
- public ObservableCollection<AgrupamentoPagamentoSintetico> Agrupamento
- {
- get;
- set;
- }
-
- public string Titulo
- {
- get;
- set;
- }
-
- public PagamentoSintetico()
- {
- }
- }
-} \ No newline at end of file