コード例 #1
0
 public ScenarioController(IScenarioService scenarioService, IScenarioExecutionService executionService, IHatcheryService hatcheryService, IFileUploadService fileUploadService)
 {
     this.scenarioService   = scenarioService;
     this.executionService  = executionService;
     this.hatcheryService   = hatcheryService;
     this.fileUploadService = fileUploadService;
 }
コード例 #2
0
ファイル: ScenarioController.cs プロジェクト: bevacqua/Swarm
 public ScenarioController(IScenarioService scenarioService, IScenarioExecutionService executionService, IHatcheryService hatcheryService, IFileUploadService fileUploadService)
 {
     this.scenarioService = scenarioService;
     this.executionService = executionService;
     this.hatcheryService = hatcheryService;
     this.fileUploadService = fileUploadService;
 }