a
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
using System.Collections.ObjectModel;
|
||||
using System.Text.Json;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
@ -5,6 +6,7 @@ namespace View_by_Distance.Instance.Models;
|
||||
|
||||
public record AppSettings(string Company,
|
||||
int MaxDegreeOfParallelism,
|
||||
ReadOnlyCollection<Place> Places,
|
||||
string WorkingDirectoryName)
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user