public IdentityCrossServiceAccessor(IApiGatewayUrlProvider provider)
 {
     _url = provider.Url;
 }
Пример #2
0
 public InventoryCrossServiceDataAccessor(IApiGatewayUrlProvider provider)
 {
     _url = provider.Url;
 }