Esempio n. 1
0
 public RiscoCBOsController(IRiscoCBOAppService riscoCBOAppService, IAgenteRiscoCBOAppService agenteRiscoCBOService,
                            IFonteRiscoCBOAppService fonteRiscoCBOAppService, IAgenteCausadorCBOAppService agenteCausadorCBOService)
 {
     _riscoCBOAppService          = riscoCBOAppService;
     _agenteRiscoCBOAppService    = agenteRiscoCBOService;
     _fonteRiscoCBOAppService     = fonteRiscoCBOAppService;
     _agenteCausadorCBOAppService = agenteCausadorCBOService;
 }
Esempio n. 2
0
 public AgenteCausadorCBOsController(IAgenteCausadorCBOAppService agenteCausadorCBOAppService)
 {
     _agenteCausadorCBOAppService = agenteCausadorCBOAppService;
 }