6 lines
126 B
C#
6 lines
126 B
C#
namespace MoonlightServers.DaemonShared.Http.Daemon;
|
|
|
|
public class HealthDto
|
|
{
|
|
public int RemoteStatusCode { get; set; }
|
|
} |