예제 #1
0
 public ValuesController(SampleService sampleService)
 {
     this.sampleService = sampleService;
 }
예제 #2
0
 public ValuesController(SampleService sampleService, IServiceDiscovery consul)
 {
     this._sampleService = sampleService;
     this._consul = consul;
 }