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