7 lines
No EOL
118 B
C#
7 lines
No EOL
118 B
C#
namespace JellyGlass.Models;
|
|
|
|
public class Server
|
|
{
|
|
public string Owner { get; set; }
|
|
public Uri Url { get; set; }
|
|
} |