summaryrefslogtreecommitdiffstats
path: root/src/main.lib/Services/Interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.lib/Services/Interfaces')
-rw-r--r--src/main.lib/Services/Interfaces/IArgumentsService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.lib/Services/Interfaces/IArgumentsService.cs b/src/main.lib/Services/Interfaces/IArgumentsService.cs
index 941ec7f..e613119 100644
--- a/src/main.lib/Services/Interfaces/IArgumentsService.cs
+++ b/src/main.lib/Services/Interfaces/IArgumentsService.cs
@@ -5,7 +5,7 @@ namespace PKISharp.WACS.Services
{
public interface IArgumentsService
{
- MainArguments? MainArguments { get; }
+ MainArguments MainArguments { get; }
T? GetArguments<T>() where T : class, new();
bool Active();
bool HasFilter();