LANCommander/LANCommander.SDK/Models/ServerHttpPath.cs

9 lines
184 B
C#
Raw Normal View History

namespace LANCommander.SDK.Models
{
public class ServerHttpPath : BaseModel
{
public string LocalPath { get; set; }
public string Path { get; set; }
}
}