final
This commit is contained in:
@@ -51,6 +51,8 @@ public static class ServiceCollectionExtensions
|
||||
.Bind(configuration.GetSection(SkinCatalogOptions.SectionName));
|
||||
services.AddOptions<SweepOptions>()
|
||||
.Bind(configuration.GetSection(SweepOptions.SectionName));
|
||||
services.AddOptions<TradeupOptions>()
|
||||
.Bind(configuration.GetSection(TradeupOptions.SectionName));
|
||||
|
||||
// Typed-handler pooling via IHttpClientFactory; clients are scoped so a
|
||||
// command's handler and the service it drives share one instance (and thus
|
||||
@@ -73,6 +75,8 @@ public static class ServiceCollectionExtensions
|
||||
services.AddScoped<CsMoney.CsMoneyIngestService>();
|
||||
services.AddScoped<CsMoney.MarketPresenceService>();
|
||||
services.AddScoped<SkinLand.SkinLandIngestService>();
|
||||
services.AddScoped<Tradeups.TradeupGraphBuilder>();
|
||||
services.AddScoped<Tradeups.TradeupFinder>();
|
||||
|
||||
return services;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user