public IdentityCrossServiceAccessor(IApiGatewayUrlProvider provider)
 {
     _url = provider.Url;
 }
예제 #2
0
 public InventoryCrossServiceDataAccessor(IApiGatewayUrlProvider provider)
 {
     _url = provider.Url;
 }