public RiscoCBOsController(IRiscoCBOAppService riscoCBOAppService, IAgenteRiscoCBOAppService agenteRiscoCBOService, IFonteRiscoCBOAppService fonteRiscoCBOAppService, IAgenteCausadorCBOAppService agenteCausadorCBOService) { _riscoCBOAppService = riscoCBOAppService; _agenteRiscoCBOAppService = agenteRiscoCBOService; _fonteRiscoCBOAppService = fonteRiscoCBOAppService; _agenteCausadorCBOAppService = agenteCausadorCBOService; }
public AgenteRiscoCBOsController(IAgenteRiscoCBOAppService agenteRiscoCBOAppService) { _agenteRiscoCBOAppService = agenteRiscoCBOAppService; }