1 write to _configurationService
aspire (1)
Projects\LanguageService.cs (1)
27_configurationService = configurationService;
3 references to _configurationService
aspire (3)
Projects\LanguageService.cs (3)
39var languageId = await _configurationService.GetConfigurationAsync(LanguageConfigKey, cancellationToken) 40?? await _configurationService.GetConfigurationAsync("language", cancellationToken); 59await _configurationService.SetConfigurationAsync(