Ejemplo n.º 1
0
 public ValuesController(SampleService sampleService)
 {
     this.sampleService = sampleService;
 }
Ejemplo n.º 2
0
 public ValuesController(SampleService sampleService, IServiceDiscovery consul)
 {
     this._sampleService = sampleService;
     this._consul = consul;
 }