8 lines
184 B
C#
8 lines
184 B
C#
namespace LANCommander.SDK.Models
|
|
{
|
|
public class ServerHttpPath : BaseModel
|
|
{
|
|
public string LocalPath { get; set; }
|
|
public string Path { get; set; }
|
|
}
|
|
}
|