コード例 #1
0
 public RunSolutionCommand(SolutionRunner solutionRunner)
 {
     _solutionRunner = solutionRunner;
 }
コード例 #2
0
 public AssessmentService(ILog log, ExpandedChallenges expandedChallenges, SolutionRunner runner)
 {
     _log = log;
     _expandedChallenges = expandedChallenges;
     _runner = runner;
 }