コード例 #1
0
 public AutoModelController(IAutoModelService autoModelService, IAutoSolutionLookupService autoSolutionLookupService)
 {
     this.autoModelService          = autoModelService;
     this.autoSolutionLookupService = autoSolutionLookupService;
 }
コード例 #2
0
 public AutoModelController(IAutoModelService autoModelService)
 {
     AutoModelService = autoModelService;
 }