public MissionHistoryController(IMissionHistoryService historyService) { _historyService = historyService; }
public MissionsController(IMissionService service, IMissionHistoryService historyService) { _service = service; _historyService = historyService; }