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