diff options
Diffstat (limited to 'Gestor.Model/Model.Common/ConfiguracaoImpressao.cs')
| -rw-r--r-- | Gestor.Model/Model.Common/ConfiguracaoImpressao.cs | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/Gestor.Model/Model.Common/ConfiguracaoImpressao.cs b/Gestor.Model/Model.Common/ConfiguracaoImpressao.cs deleted file mode 100644 index 7e6dc6a..0000000 --- a/Gestor.Model/Model.Common/ConfiguracaoImpressao.cs +++ /dev/null @@ -1,32 +0,0 @@ -using Gestor.Model.Domain.Relatorios;
-using System;
-using System.Collections.Generic;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Model.Common
-{
- public class ConfiguracaoImpressao
- {
- public List<ParametrosRelatorio> Campos
- {
- get;
- set;
- }
-
- public bool? OrientacaoImpressao
- {
- get;
- set;
- }
-
- public int TamanhoFonte
- {
- get;
- set;
- }
-
- public ConfiguracaoImpressao()
- {
- }
- }
-}
\ No newline at end of file |