Example #1
0
 public ValuesController(IValuesService valuesService, IInjectionTestService injection)
 {
     this._valuesService = valuesService;
     _injection          = injection;
 }
Example #2
0
 public TestController(IInjectionTestService testService)
 {
     _testService = testService;
 }