示例#1
0
 public BusinessActionController(IBusinessActionService actionService)
 {
     _actionService = actionService;
 }