diff options
Diffstat (limited to 'Gestor.Model/Model.Relatorios/EstipulanteCliente.cs')
| -rw-r--r-- | Gestor.Model/Model.Relatorios/EstipulanteCliente.cs | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/Gestor.Model/Model.Relatorios/EstipulanteCliente.cs b/Gestor.Model/Model.Relatorios/EstipulanteCliente.cs deleted file mode 100644 index 9738d14..0000000 --- a/Gestor.Model/Model.Relatorios/EstipulanteCliente.cs +++ /dev/null @@ -1,30 +0,0 @@ -using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.Relatorios
-{
- public class EstipulanteCliente
- {
- public long IdCliente
- {
- get;
- set;
- }
-
- public long IdEstiputante
- {
- get;
- set;
- }
-
- public string NomeEstipulante
- {
- get;
- set;
- }
-
- public EstipulanteCliente()
- {
- }
- }
-}
\ No newline at end of file |