AppConfigService Constructor

Initializes a new instance of the AppConfigService class.

Definition

Namespace: MobileTrack.Web.Components.Services
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public AppConfigService(
	ILogger<CloudEventsService> logger,
	IAzureKeyVault keyVault
)

Parameters

logger  ILoggerCloudEventsService

[Missing <param name="logger"/> documentation for "M:MobileTrack.Web.Components.Services.AppConfigService.#ctor(Microsoft.Extensions.Logging.ILogger{MobileTrack.Web.Components.Services.CloudEventsService},MobileTrack.Common.KeyVault.IAzureKeyVault)"]

keyVault  IAzureKeyVault

[Missing <param name="keyVault"/> documentation for "M:MobileTrack.Web.Components.Services.AppConfigService.#ctor(Microsoft.Extensions.Logging.ILogger{MobileTrack.Web.Components.Services.CloudEventsService},MobileTrack.Common.KeyVault.IAzureKeyVault)"]

See Also