Exemplo n.º 1
0
 public DifficultOfTestController(ITestDifficultService testDifficultService)
 {
     this.testDifficultService = testDifficultService;
 }
Exemplo n.º 2
0
 public TestController(ITestService testService, ITestDifficultService testDifficultService)
 {
     this.testService          = testService;
     this.testDifficultService = testDifficultService;
 }