geekbot/Geekbot.net/WebApi/Status/ApiStatusDto.cs

9 lines
No EOL
233 B
C#

namespace Geekbot.net.WebApi.Status
{
public class ApiStatusDto
{
public string GeekbotVersion { get; set; }
public string ApiVersion { get; set; }
public string Status { get; set; }
}
}