public RetiradaController(IRetiradaAppService retiradaAppService, ICaixaAppService caixaAppService, ApplicationUserManager userManager, IEmpresaAppService empresaAppService)
 {
     _retiradaAppService = retiradaAppService;
     _caixaAppService = caixaAppService;
     _userManager = userManager;
     _empresaAppService = empresaAppService;
 }
Ejemplo n.º 2
0
 public EmpresaController(
     IEmpresaAppService empresaAppService,
     INotificationHandler <DomainNotification> notifications,
     IMediatorHandler mediator) : base(notifications, mediator)
 {
     _empresaAppService = empresaAppService;
 }
Ejemplo n.º 3
0
 public UsuarioController(IUsuarioAppService usuarioAppService, IPerfilAppService perfilAppService,
                          IEmpleadoAppService empleadoAppService, IEmpresaAppService empresaAppService)
 {
     _usuarioAppService  = usuarioAppService;
     _perfilAppService   = perfilAppService;
     _empleadoAppService = empleadoAppService;
     _empresaAppService  = empresaAppService;
 }
Ejemplo n.º 4
0
 public UsuarioController(IUsuarioAppService usuarioAppService, IPerfilAppService perfilAppService, 
     IEmpleadoAppService empleadoAppService, IEmpresaAppService empresaAppService)
 {
     _usuarioAppService = usuarioAppService;
     _perfilAppService = perfilAppService;
     _empleadoAppService = empleadoAppService;
     _empresaAppService = empresaAppService;
 }
Ejemplo n.º 5
0
 public CIPAEmpresasController(ICIPAEmpresaAppService cipaEmpresaAppService, IEmpresaAppService empresaAppService,
                               IFuncionarioAppService funcionarioAppService, ICipaQuadroAppService cipaQuadroAppService)
 {
     _cipaEmpresaAppService = cipaEmpresaAppService;
     _empresaAppService     = empresaAppService;
     _funcionarioAppService = funcionarioAppService;
     _cipaQuadroAppService  = cipaQuadroAppService;
 }
Ejemplo n.º 6
0
 public InterfaceController(IControleAcessoAppService controleacessoAppService, IEmpresaAppService empresaAppService, ILojaAppService lojaAppService, IConfiguracaoAppService configuracaoAppService, IProdutoAppService produtoAppService)
 {
     _controleacessoAppService = controleacessoAppService;
     _empresaAppService = empresaAppService;
     _lojaAppService = lojaAppService;
     _configuracaoAppService = configuracaoAppService;
     _produtoAppService = produtoAppService;
 }
Ejemplo n.º 7
0
 public FuncionariosController(IFuncionarioAppService funcionarioAppService, IEmpresaAppService empresaAppService,
                               ICBOAppService cboAppService, ISetorAppService setorAppService, IEscalaAppService escalaAppService)
 {
     _funcionarioAppService = funcionarioAppService;
     _empresaAppService     = empresaAppService;
     _cboAppService         = cboAppService;
     _setorAppService       = setorAppService;
     _escalaAppService      = escalaAppService;
 }
Ejemplo n.º 8
0
 public EmpresasController(IEmpresaAppService empresaAppService, IEnderecoAppService enderecoAppService, ITelefoneAppService telefoneAppService, ICnaeAppService cnaeAppService, ISetorAppService setorAppService, IUFAppService uFAppService /*, IFuncionarioAppService funcionarioAppService*/)
 {
     _empresaAppService  = empresaAppService;
     _enderecoAppService = enderecoAppService;
     _telefoneAppService = telefoneAppService;
     _cnaeAppService     = cnaeAppService;
     _setorAppService    = setorAppService;
     _uFAppService       = uFAppService;
 }
        public PontuacoesController(ISaldoAppService saldoApp, 
                                    IClienteAppService clienteApp, 
                                    IEmpresaAppService empresaApp)
        {

            _saldoApp = saldoApp;
            _clienteApp = clienteApp;
            _empresaApp = empresaApp;

        }
Ejemplo n.º 10
0
 public RelOrcamentoController(IOrcamentoAppService orcamentoAppService,
                               IEmpresaAppService empresaAppService,
                               IIndiceFinanceiroAppService indiceFinanceiroAppService,
                               MessageQueue messageQueue)
     : base(messageQueue)
 {
     this.empresaAppService          = empresaAppService;
     this.orcamentoAppService        = orcamentoAppService;
     this.indiceFinanceiroAppService = indiceFinanceiroAppService;
 }
Ejemplo n.º 11
0
 public CertificadosController(ICertificadoAppService certificadoAppService, IFuncionarioAppService funcionarioAppService, ICursoAppService cursoAppService,
                               IInstituicaoCursoAppService instituicaoCursoAppService, IEmpresaAppService empresaAppService, ITipoCursoAppService tipoCursoAppService)
 {
     _certificadoAppService      = certificadoAppService;
     _funcionarioAppService      = funcionarioAppService;
     _cursoAppService            = cursoAppService;
     _instituicaoCursoAppService = instituicaoCursoAppService;
     _empresaAppService          = empresaAppService;
     _tipoCursoAppService        = tipoCursoAppService;
 }
Ejemplo n.º 12
0
 public VagasEmpregoController
 (
     IVagaEmpregoAppService vagaEmpregoAppService,
     IEmpresaAppService empresaAppService,
     ITagsAppService tagsAppService
 )
 {
     _vagaEmpregoAppService = vagaEmpregoAppService;
     _empresaAppService     = empresaAppService;
     _tagsAppService        = tagsAppService;
 }
Ejemplo n.º 13
0
 public PPRAsController(IPPRAAppService ppraAppService, IAgentePPRAAppService agentePPRAAppService, ICronogramaDeAcoesAppService cronogramaDeAcoesAppService, IAnexoAppService anexoAppService,
                        IColaboradorAppService colaboradorAppService, IEquipamentoRuidoAppService equipamentoRuidoAppService, IEmpresaAppService empresaAppService, IUsuarioAppService usuarioAppService,
                        ICIPAEmpresaAppService cipaEmpresaAppService, IFuncionarioAppService funcionarioAppService, IAgenteAmbientalAppService agenteAmbientalAppService, IMeioPropagacaoAppService meioPropagacaoAppService)
 {
     _PPRAAppService              = ppraAppService;
     _agentePPRAAppService        = agentePPRAAppService;
     _cronogramaDeAcoesAppService = cronogramaDeAcoesAppService;
     _anexoAppService             = anexoAppService;
     _colaboradorAppService       = colaboradorAppService;
     _equipamentoRuidoAppService  = equipamentoRuidoAppService;
     _empresaAppService           = empresaAppService;
     _usuarioAppService           = usuarioAppService;
     _cipaEmpresaAppService       = cipaEmpresaAppService;
     _funcionarioAppService       = funcionarioAppService;
     _agenteAmbientalAppService   = agenteAmbientalAppService;
     _meioPropagacaoAppService    = meioPropagacaoAppService;
 }
Ejemplo n.º 14
0
 public SESMTEmpresasController(ISESMTEmpresaAppService sesmtEmpresaAppService, IEmpresaAppService empresaAppService)
 {
     _sesmtEmpresaAppService = sesmtEmpresaAppService;
     _empresaAppService      = empresaAppService;
 }
Ejemplo n.º 15
0
 public EmpresaController(IEmpresaAppService configuracaoEmail)
 {
     _empresaApplication = configuracaoEmail;
 }
 public EmpresasController(IEmpresaAppService empresaApp)
 {
     _empresaApp = empresaApp;
 }
Ejemplo n.º 17
0
 public ColaboradoresController(IColaboradorAppService colaboradorAppService, IEmpresaAppService empresaAppService)
 {
     _colaboradorAppService = colaboradorAppService;
     _empresaAppService     = empresaAppService;
 }
 public UsuarioController(IUsuarioAppService usuarioAppService, ApplicationUserManager userManager, IEmpresaAppService empresaAppService)
 {
     _usuarioAppService = usuarioAppService;
     _userManager = userManager;
     _empresaAppService = empresaAppService;
 }
Ejemplo n.º 19
0
 public EmpresaAppServiceTests()
 {
     _empresaAppService = Resolve <IEmpresaAppService>();
 }
Ejemplo n.º 20
0
 public EmpresaService(IEmpresaAppService empresaAppService)
 {
     _empresaAppService = empresaAppService;
 }
Ejemplo n.º 21
0
 /// <summary>
 /// Construtor
 /// </summary>
 /// <param name="_appService"></param>
 public EmpresaController(IEmpresaAppService _appService)
 {
     appService = _appService;
 }
Ejemplo n.º 22
0
 public EmpresaController(IMapper mapper, IEmpresaAppService empresaApp)
 {
     _mapper            = mapper;
     _empresaAppService = empresaApp;
 }
 public OperarioController(IUsuarioAppService usuarioAppService
                           , IEmpresaAppService empresaAppService)
 {
     _usuarioAppService = usuarioAppService;
     _empresaAppService = empresaAppService;
 }
Ejemplo n.º 24
0
 public EmpleadoController(IEmpleadoAppService empleadoAppService, IEmpresaAppService empresaAppService)
 {
     _empleadoAppService = empleadoAppService;
     _empresaAppService = empresaAppService;
 }
Ejemplo n.º 25
0
 public EmpresaController(IEmpresaAppService empresa)
 {
     _empresa = empresa;
 }
Ejemplo n.º 26
0
 public EmpresaController(IEmpresaAppService empresaAppService, ICompetenciaAbertaAppService competenciaAbertaAppService)
 {
     _empresaAppService           = empresaAppService;
     _competenciaAbertaAppService = competenciaAbertaAppService;
 }
 public EmpresaController(IEmpresaAppService empresaAppService,
                          INotificationHandler <DomainNotification> notifications) : base(notifications)
 {
     _empresaAppService = empresaAppService;
     _notifications     = notifications;
 }
Ejemplo n.º 28
0
 public AccountController(IUsuarioAppService usuarioAppService
                          , IEmpresaAppService empresaAppService)
 {
     _usuarioAppService = usuarioAppService;
     _empresaAppService = empresaAppService;
 }
 public EmpresaController(IEmpresaAppService empresaAppService)
 {
     _empresaAppService = empresaAppService;
 }
 public AccountController(ApplicationUserManager userManager, ApplicationSignInManager signInManager, IEmpresaAppService empresaService)
 {
     _userManager = userManager;
     _signInManager = signInManager;
     _empresaAppService = empresaService;
 }
Ejemplo n.º 31
0
 public EmpresaService(IEmpresaAppService empresaAppService)
 {
     _empresaAppService = empresaAppService;
 }
Ejemplo n.º 32
0
 public EmpresaController(IEmpresaAppService empresaAppService)
 {
     _empresaAppService = empresaAppService;
 }
 public EmpresasController(IEmpresaAppService appService) : base(appService)
 {
 }
Ejemplo n.º 34
0
 public EmpleadoController(IEmpleadoAppService empleadoAppService, IEmpresaAppService empresaAppService)
 {
     _empleadoAppService = empleadoAppService;
     _empresaAppService  = empresaAppService;
 }
Ejemplo n.º 35
0
 public EmpresasController(IEmpresaAppService empresaAppService, IMapper mapper)
 {
     _empresaAppService = empresaAppService;
     _mapper            = mapper;
 }