示例#1
0
 public MissionHistoryController(IMissionHistoryService historyService)
 {
     _historyService = historyService;
 }
 public MissionsController(IMissionService service, IMissionHistoryService historyService)
 {
     _service        = service;
     _historyService = historyService;
 }