Offset-Date-Time-Original
Rename updates again Mirror-Length in place Delete-By-Distinct long to string Copy-Distinct handle move and move back
This commit is contained in:
16
Offset-Date-Time-Original/Models/AppSettings.cs
Normal file
16
Offset-Date-Time-Original/Models/AppSettings.cs
Normal file
@ -0,0 +1,16 @@
|
||||
using System.Text.Json;
|
||||
|
||||
namespace View_by_Distance.Offset.Date.Time.Original.Models;
|
||||
|
||||
public record AppSettings(string Company,
|
||||
int MaxDegreeOfParallelism,
|
||||
string WorkingDirectoryName)
|
||||
{
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
string result = JsonSerializer.Serialize(this, new JsonSerializerOptions() { WriteIndented = true });
|
||||
return result;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user