From 1f4e14b2e973ee7de337fd4866d9a5ceff5cb6d1 Mon Sep 17 00:00:00 2001 From: Lucas Faria Mendes Date: Mon, 30 Mar 2026 10:38:18 -0300 Subject: chore: location --- .../AtividadeDb.cs | 25 --- .../AtualizacaoDb.cs | 24 --- .../BancoDb.cs | 36 ---- .../ControleArquivoDigitalDb.cs | 25 --- .../EmpresaDb.cs | 189 --------------------- .../IndiceArquivoDigitalDb.cs | 181 -------------------- .../ModeloMalaDiretaDb.cs | 25 --- .../ProfissaoDb.cs | 31 ---- .../RegistroAcaoDb.cs | 81 --------- .../RegistroLogDb.cs | 81 --------- .../SocioDb.cs | 62 ------- 11 files changed, 760 deletions(-) delete mode 100644 Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/AtividadeDb.cs delete mode 100644 Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/AtualizacaoDb.cs delete mode 100644 Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/BancoDb.cs delete mode 100644 Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/ControleArquivoDigitalDb.cs delete mode 100644 Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/EmpresaDb.cs delete mode 100644 Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/IndiceArquivoDigitalDb.cs delete mode 100644 Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/ModeloMalaDiretaDb.cs delete mode 100644 Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/ProfissaoDb.cs delete mode 100644 Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/RegistroAcaoDb.cs delete mode 100644 Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/RegistroLogDb.cs delete mode 100644 Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/SocioDb.cs (limited to 'Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common') diff --git a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/AtividadeDb.cs b/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/AtividadeDb.cs deleted file mode 100644 index 6b5c04f..0000000 --- a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/AtividadeDb.cs +++ /dev/null @@ -1,25 +0,0 @@ -using Gestor.Infrastructure.Entities.Generic; -using System; -using System.Runtime.CompilerServices; - -namespace Gestor.Infrastructure.Entities.Common -{ - public class AtividadeDb : EntityBase - { - public virtual string Cnac - { - get; - set; - } - - public virtual string Nome - { - get; - set; - } - - public AtividadeDb() - { - } - } -} \ No newline at end of file diff --git a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/AtualizacaoDb.cs b/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/AtualizacaoDb.cs deleted file mode 100644 index 4e93f60..0000000 --- a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/AtualizacaoDb.cs +++ /dev/null @@ -1,24 +0,0 @@ -using System; -using System.Runtime.CompilerServices; - -namespace Gestor.Infrastructure.Entities.Common -{ - public class AtualizacaoDb - { - public virtual DateTime DataAtualizacao - { - get; - set; - } - - public virtual long IdArquivo - { - get; - set; - } - - public AtualizacaoDb() - { - } - } -} \ No newline at end of file diff --git a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/BancoDb.cs b/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/BancoDb.cs deleted file mode 100644 index db60a00..0000000 --- a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/BancoDb.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System; -using System.Runtime.CompilerServices; - -namespace Gestor.Infrastructure.Entities.Common -{ - public class BancoDb - { - public virtual int Codigo - { - get; - set; - } - - public virtual int Id - { - get; - set; - } - - public virtual string Nome - { - get; - set; - } - - public virtual string Site - { - get; - set; - } - - public BancoDb() - { - } - } -} \ No newline at end of file diff --git a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/ControleArquivoDigitalDb.cs b/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/ControleArquivoDigitalDb.cs deleted file mode 100644 index d9324c0..0000000 --- a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/ControleArquivoDigitalDb.cs +++ /dev/null @@ -1,25 +0,0 @@ -using Gestor.Infrastructure.Entities.Generic; -using System; -using System.Runtime.CompilerServices; - -namespace Gestor.Infrastructure.Entities.Common -{ - public class ControleArquivoDigitalDb : EntityBase - { - public virtual string Catalogo - { - get; - set; - } - - public virtual string Tabela - { - get; - set; - } - - public ControleArquivoDigitalDb() - { - } - } -} \ No newline at end of file diff --git a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/EmpresaDb.cs b/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/EmpresaDb.cs deleted file mode 100644 index aba1186..0000000 --- a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/EmpresaDb.cs +++ /dev/null @@ -1,189 +0,0 @@ -using Gestor.Infrastructure.Entities.Generic; -using Gestor.Model.Common; -using System; -using System.Runtime.CompilerServices; - -namespace Gestor.Infrastructure.Entities.Common -{ - public class EmpresaDb : EnderecoBase - { - private string _email; - - public virtual string Documento - { - get; - set; - } - - public virtual string Email - { - get - { - string str = this._email; - if (str != null) - { - return str.ToLower(); - } - return null; - } - set - { - this._email = value; - } - } - - public virtual string EmailResponsavel - { - get; - set; - } - - public virtual string Facebook - { - get; - set; - } - - public virtual string Instagram - { - get; - set; - } - - public virtual string Linkdin - { - get; - set; - } - - public virtual string Localizacao - { - get; - set; - } - - public virtual byte[] Logo - { - get; - set; - } - - public virtual string LogoId - { - get; - set; - } - - public virtual int MaxFileSize - { - get; - set; - } - - public virtual string Nome - { - get; - set; - } - - public virtual string NomeSocial - { - get; - set; - } - - public virtual string PrimeiroPrefixo - { - get; - set; - } - - public virtual string PrimeiroTelefone - { - get; - set; - } - - public virtual string QuantidadeFiliais - { - get; - set; - } - - public virtual long QuantidadeFuncionarios - { - get; - set; - } - - public virtual string Responsavel - { - get; - set; - } - - public virtual string SegundoPrefixo - { - get; - set; - } - - public virtual string SegundoTelefone - { - get; - set; - } - - public virtual string SenhaAdmin - { - get; - set; - } - - public virtual string Serial - { - get; - set; - } - - public virtual string Site - { - get; - set; - } - - public virtual TipoTelefone? TipoTelefone1 - { - get; - set; - } - - public virtual TipoTelefone? TipoTelefone2 - { - get; - set; - } - - public virtual string Twitter - { - get; - set; - } - - public virtual string Whatsapp - { - get; - set; - } - - public virtual string WhatsappSinistro - { - get; - set; - } - - public EmpresaDb() - { - } - } -} \ No newline at end of file diff --git a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/IndiceArquivoDigitalDb.cs b/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/IndiceArquivoDigitalDb.cs deleted file mode 100644 index fafb4aa..0000000 --- a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/IndiceArquivoDigitalDb.cs +++ /dev/null @@ -1,181 +0,0 @@ -using Gestor.Infrastructure.Entities.Generic; -using System; -using System.Runtime.CompilerServices; - -namespace Gestor.Infrastructure.Entities.Common -{ - public class IndiceArquivoDigitalDb : EntityBase - { - public virtual Guid? AzureGuid - { - get; - set; - } - - public virtual string AzureStorage - { - get; - set; - } - - public virtual string BD - { - get; - set; - } - - public virtual DateTime? DataAtualizacao - { - get; - set; - } - - public virtual DateTime? DataCriacao - { - get; - set; - } - - public virtual string Descricao - { - get; - set; - } - - public virtual bool Excluido - { - get; - set; - } - - public virtual string Extensao - { - get; - set; - } - - public virtual long IdArquivoDigital - { - get; - set; - } - - public virtual long IdCliente - { - get; - set; - } - - public virtual long IdDocumento - { - get; - set; - } - - public virtual long IdEmpresa - { - get; - set; - } - - public virtual long IdEstipulante - { - get; - set; - } - - public virtual long IdExtrato - { - get; - set; - } - - public virtual long IdFornecedor - { - get; - set; - } - - public virtual long IdItem - { - get; - set; - } - - public virtual long IdLancamento - { - get; - set; - } - - public virtual long IdNotaFiscal - { - get; - set; - } - - public virtual long IdParcela - { - get; - set; - } - - public virtual long IdProspeccao - { - get; - set; - } - - public virtual long IdSeguradora - { - get; - set; - } - - public virtual long IdSinistro - { - get; - set; - } - - public virtual long IdSocio - { - get; - set; - } - - public virtual long IdTarefa - { - get; - set; - } - - public virtual long IdUsuario - { - get; - set; - } - - public virtual long IdVendedor - { - get; - set; - } - - public virtual long UsuarioAtualizacao - { - get; - set; - } - - public virtual long UsuarioCriacao - { - get; - set; - } - - public IndiceArquivoDigitalDb() - { - } - } -} \ No newline at end of file diff --git a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/ModeloMalaDiretaDb.cs b/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/ModeloMalaDiretaDb.cs deleted file mode 100644 index 9e1eb04..0000000 --- a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/ModeloMalaDiretaDb.cs +++ /dev/null @@ -1,25 +0,0 @@ -using Gestor.Infrastructure.Entities.Generic; -using System; -using System.Runtime.CompilerServices; - -namespace Gestor.Infrastructure.Entities.Common -{ - public class ModeloMalaDiretaDb : EntityBase - { - public virtual string Assunto - { - get; - set; - } - - public virtual string Corpo - { - get; - set; - } - - public ModeloMalaDiretaDb() - { - } - } -} \ No newline at end of file diff --git a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/ProfissaoDb.cs b/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/ProfissaoDb.cs deleted file mode 100644 index 15d2d47..0000000 --- a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/ProfissaoDb.cs +++ /dev/null @@ -1,31 +0,0 @@ -using Gestor.Infrastructure.Entities.Generic; -using System; -using System.Runtime.CompilerServices; - -namespace Gestor.Infrastructure.Entities.Common -{ - public class ProfissaoDb : EntityBase - { - public virtual string Aniversario - { - get; - set; - } - - public virtual string Codigo - { - get; - set; - } - - public virtual string Nome - { - get; - set; - } - - public ProfissaoDb() - { - } - } -} \ No newline at end of file diff --git a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/RegistroAcaoDb.cs b/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/RegistroAcaoDb.cs deleted file mode 100644 index edaece7..0000000 --- a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/RegistroAcaoDb.cs +++ /dev/null @@ -1,81 +0,0 @@ -using Gestor.Infrastructure.Entities.Generic; -using Gestor.Infrastructure.Entities.Seguros; -using Gestor.Model.Common; -using System; -using System.Runtime.CompilerServices; - -namespace Gestor.Infrastructure.Entities.Common -{ - public class RegistroAcaoDb : EntityBase - { - public virtual DateTime DataHora - { - get; - set; - } - - public virtual string Descricao - { - get; - set; - } - - public virtual long EntidadeId - { - get; - set; - } - - public virtual string Ip - { - get; - set; - } - - public virtual string NomeMaquina - { - get; - set; - } - - public virtual string Observacao - { - get; - set; - } - - public virtual Gestor.Model.Common.Relatorio? Relatorio - { - get; - set; - } - - public virtual TipoTela? Tela - { - get; - set; - } - - public virtual UsuarioDb Usuario - { - get; - set; - } - - public virtual string UsuarioMaquina - { - get; - set; - } - - public virtual string Versao - { - get; - set; - } - - public RegistroAcaoDb() - { - } - } -} \ No newline at end of file diff --git a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/RegistroLogDb.cs b/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/RegistroLogDb.cs deleted file mode 100644 index 97b1384..0000000 --- a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/RegistroLogDb.cs +++ /dev/null @@ -1,81 +0,0 @@ -using Gestor.Infrastructure.Entities.Generic; -using Gestor.Infrastructure.Entities.Seguros; -using Gestor.Model.Common; -using System; -using System.Runtime.CompilerServices; - -namespace Gestor.Infrastructure.Entities.Common -{ - public class RegistroLogDb : EntityBase - { - public virtual TipoAcao Acao - { - get; - set; - } - - public virtual DateTime DataHora - { - get; - set; - } - - public virtual string Descricao - { - get; - set; - } - - public virtual long EntidadeId - { - get; - set; - } - - public virtual string Ip - { - get; - set; - } - - public virtual bool ModeloNovo - { - get; - set; - } - - public virtual string NomeMaquina - { - get; - set; - } - - public virtual TipoTela Tela - { - get; - set; - } - - public virtual UsuarioDb Usuario - { - get; - set; - } - - public virtual string UsuarioMaquina - { - get; - set; - } - - public virtual string Versao - { - get; - set; - } - - public RegistroLogDb() - { - } - } -} \ No newline at end of file diff --git a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/SocioDb.cs b/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/SocioDb.cs deleted file mode 100644 index 8a5e7d2..0000000 --- a/Gestor.Infrastructure/Gestor.Infrastructure.Entities.Common/SocioDb.cs +++ /dev/null @@ -1,62 +0,0 @@ -using Gestor.Infrastructure.Entities.Generic; -using System; -using System.Runtime.CompilerServices; - -namespace Gestor.Infrastructure.Entities.Common -{ - public class SocioDb : EnderecoBase - { - private string _email; - - public virtual string Email - { - get - { - string str = this._email; - if (str != null) - { - return str.ToLower(); - } - return null; - } - set - { - this._email = value; - } - } - - public virtual bool Excluido - { - get; - set; - } - - public virtual long IdEmpresa - { - get; - set; - } - - public virtual string Nome - { - get; - set; - } - - public virtual string Prefixo - { - get; - set; - } - - public virtual string Telefone - { - get; - set; - } - - public SocioDb() - { - } - } -} \ No newline at end of file -- cgit v1.2.3