diff options
Diffstat (limited to 'Gestor.Application/Model/Ajuda/Instalacao.cs')
| -rw-r--r-- | Gestor.Application/Model/Ajuda/Instalacao.cs | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/Gestor.Application/Model/Ajuda/Instalacao.cs b/Gestor.Application/Model/Ajuda/Instalacao.cs deleted file mode 100644 index 63ea074..0000000 --- a/Gestor.Application/Model/Ajuda/Instalacao.cs +++ /dev/null @@ -1,60 +0,0 @@ -using System;
-using System.Runtime.CompilerServices;
-
-namespace Gestor.Application.Model.Ajuda
-{
- public class Instalacao
- {
- public DateTime? DataAtualizacaoAggilizador
- {
- get;
- set;
- }
-
- public DateTime? DataIntalacao
- {
- get;
- set;
- }
-
- public long Id
- {
- get;
- set;
- }
-
- public string IdAggilizador
- {
- get;
- set;
- }
-
- public long IdFornecedor
- {
- get;
- set;
- }
-
- public string IdGerenciador
- {
- get;
- set;
- }
-
- public string Maquina
- {
- get;
- set;
- }
-
- public string Usuario
- {
- get;
- set;
- }
-
- public Instalacao()
- {
- }
- }
-}
\ No newline at end of file |