LANCommander/LANCommander.Server.ImportExport/Legacy/Models/SavePathEntry.cs

7 lines
178 B
C#
Raw Permalink Normal View History

namespace LANCommander.Server.ImportExport.Legacy.Models;
internal class SavePathEntry
{
public string ArchivePath { get; set; }
public string ActualPath { get; set; }
}