Inicial
Showing
.gitignore
0 → 100644
Entity/AbstractMetadata.php
0 → 100644
Entity/Agendamento.php
0 → 100644
Entity/Atendimento.php
0 → 100644
Entity/AtendimentoMeta.php
0 → 100644
Entity/Cliente.php
0 → 100644
Entity/ClienteMeta.php
0 → 100644
Entity/Contador.php
0 → 100644
Entity/Departamento.php
0 → 100644
Entity/EntityMetadata.php
0 → 100644
Entity/Local.php
0 → 100644
Entity/Lotacao.php
0 → 100644
Entity/Metadata.php
0 → 100644
Entity/Painel.php
0 → 100644
Entity/PainelSenha.php
0 → 100644
Entity/PainelServico.php
0 → 100644
Entity/Perfil.php
0 → 100644
Entity/Prioridade.php
0 → 100644
Entity/Senha.php
0 → 100644
Entity/Servico.php
0 → 100644
Entity/ServicoMeta.php
0 → 100644
Entity/ServicoUnidade.php
0 → 100644
Entity/ServicoUsuario.php
0 → 100644
Entity/Unidade.php
0 → 100644
Entity/UnidadeMeta.php
0 → 100644
Entity/Usuario.php
0 → 100644
Entity/UsuarioMeta.php
0 → 100644
Entity/ViewAtendimento.php
0 → 100644
Event/AdvancedEvent.php
0 → 100644
Event/Event.php
0 → 100644
Event/EventInterface.php
0 → 100644
Event/LoggerAwareTrait.php
0 → 100644
Event/StorageAwareTrait.php
0 → 100644
Event/UserAwareTrait.php
0 → 100644
Http/Envelope.php
0 → 100644
LICENSE
0 → 100644
Module/BaseModule.php
0 → 100644
Module/ModuleInterface.php
0 → 100644
README.md
0 → 100644
Service/Configuration.php
0 → 100644
Service/FilaService.php
0 → 100644
Service/ServicoService.php
0 → 100644
Service/UnidadeService.php
0 → 100644
Service/UsuarioService.php
0 → 100644
composer.json
0 → 100644
{ | ||
"version": "2.1.0", | ||
"name": "mardoniosc/core", | ||
"license": "MIT", | ||
"type": "library", | ||
"autoload": { | ||
"psr-4": { "Novosga\\": "" } | ||
}, | ||
"require": { | ||
"php": "^7.1.3" | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "2.1-dev" | ||
} | ||
} | ||
} |
Please register or sign in to comment