Made useable by Helpers
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
|
||||
using Phares.Shared.Models.Properties;
|
||||
using System.Text.Json;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
@ -9,7 +10,7 @@ public record WindowsSettings(string Company,
|
||||
int MaxDegreeOfParallelism,
|
||||
string? Page,
|
||||
string[] SidecarExtensions,
|
||||
bool VerifyOnly) : Shared.Models.Properties.IWindowsSettings
|
||||
bool VerifyOnly) : IWindowsSettings
|
||||
{
|
||||
|
||||
public override string ToString()
|
||||
|
Reference in New Issue
Block a user