Documentation modifications
This commit is contained in:
@@ -5,6 +5,10 @@ using Microsoft.Extensions.Options;
|
||||
|
||||
namespace adas_core.Application.Providers;
|
||||
|
||||
/// <summary>
|
||||
/// Provides an abstract base class for provider implementations that consume configuration through <see cref="IOptions{ProvidersSettings}"/> and create HTTP clients via <see cref="IHttpClientFactory"/>.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=e744862 -->
|
||||
public abstract class BaseProvider(
|
||||
IOptions<ProvidersSettings> providerSettings,
|
||||
IHttpClientFactory httpClientFactory)
|
||||
|
||||
Reference in New Issue
Block a user