Ejemplo n.º 1
0
 public RiskTypeController(IRiskTypeService riskTypeService)
 {
     _riskTypeService = riskTypeService;
 }