示例#1
0
 public DifficultOfTestController(ITestDifficultService testDifficultService)
 {
     this.testDifficultService = testDifficultService;
 }
示例#2
0
 public TestController(ITestService testService, ITestDifficultService testDifficultService)
 {
     this.testService          = testService;
     this.testDifficultService = testDifficultService;
 }