示例#1
0
 public RiskTypeController(IRiskTypeService riskTypeService)
 {
     _riskTypeService = riskTypeService;
 }