Exemplo n.º 1
0
        public bool IsCanConfirmExposure()
        {
            _loggerService.StartMethod();
            var canConfirmExposure = _preferencesService.GetBoolValue(PreferenceKey.CanConfirmExposure, true);

            _loggerService.EndMethod();

            return(canConfirmExposure);
        }
 public bool IsDiagnosisKeysDataMappingConfigurationUpdated()
 => _preferencesService.GetBoolValue(PreferenceKey.IsDiagnosisKeysDataMappingConfigurationUpdated, true);