diff options
Diffstat (limited to 'src/main.lib/Services/Interfaces/ISettingsService.cs')
-rw-r--r-- | src/main.lib/Services/Interfaces/ISettingsService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.lib/Services/Interfaces/ISettingsService.cs b/src/main.lib/Services/Interfaces/ISettingsService.cs index 6ac8be3..b6504ef 100644 --- a/src/main.lib/Services/Interfaces/ISettingsService.cs +++ b/src/main.lib/Services/Interfaces/ISettingsService.cs @@ -4,7 +4,7 @@ using static PKISharp.WACS.Services.SettingsService; namespace PKISharp.WACS.Services { public interface ISettingsService - { + { string ExePath { get; } Uri BaseUri { get; } UiSettings UI { get; } |