Exemple #1
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;
 }
Exemple #2
0
 public EquipamentoRuidosController(IEquipamentoRuidoAppService equipamentoRuidoAppService)
 {
     _equipamentoRuidoAppService = equipamentoRuidoAppService;
 }