11 lines
232 B
C#
11 lines
232 B
C#
|
namespace FreeSR.Admin
|
|||
|
{
|
|||
|
using FreeSR.Shared.Configuration;
|
|||
|
|
|||
|
internal class AdminServerConfiguration
|
|||
|
{
|
|||
|
public NetworkConfiguration Network { get; set; }
|
|||
|
public string DispatchUrl { get; set; }
|
|||
|
}
|
|||
|
}
|