コード例 #1
0
 public TableActorProxy(IServiceFabricUriBuilder serviceFabricUriBuilder)
 {
     this._serviceUrl = serviceFabricUriBuilder.Build(this.InternalServiceName);
 }
 public RestaurantServiceProxyFactory(IServiceFabricUriBuilder serviceFabricUriBuilder)
 {
     this._servicename = serviceFabricUriBuilder.Build(_localservicename);
 }