public CategoryController(RequestPile pilaDeLlamadas, IServiceScopeFactory serviceScopeFactory, IHttpClientFactory httpClientFactory) { this.requestPile = pilaDeLlamadas; httpFactory = httpClientFactory; CustomScope = new CustomScope(httpFactory, serviceScopeFactory); }
public EditorialController(RequestPile reqPile, IServiceScopeFactory serviceScopeFactory, IHttpClientFactory httpClientFactory) { this.requestsPile = reqPile; httpFactory = httpClientFactory; CustomScope = new CustomScope(httpFactory, serviceScopeFactory); }
public BookController(RequestPile reqPile, IServiceScopeFactory serviceScopeFactory, IHttpClientFactory httpClientFactory) { requestPile = reqPile; httpFactory = httpClientFactory; CustomScope = new CustomScope(httpFactory, serviceScopeFactory); }