Removed Config CopyTo

Rename with Date-Group (Season)
This commit is contained in:
2023-06-23 23:40:24 -07:00
parent 6f22929136
commit b4c1a05869
9 changed files with 101 additions and 130 deletions

View File

@ -10,7 +10,6 @@ public class AppSettings
public string Company { get; set; }
public string ComparePathsFile { get; set; }
public string CopyTo { get; set; }
public int? MaxDegreeOfParallelism { get; set; }
public int? MaxMinutesDelta { get; set; }
public bool? RenameUndo { get; set; }
@ -36,7 +35,6 @@ public class AppSettings
result = new(
appSettings.Company,
appSettings.ComparePathsFile,
appSettings.CopyTo,
appSettings.MaxDegreeOfParallelism.Value,
appSettings.MaxMinutesDelta.Value,
appSettings.RenameUndo.Value,