9 lines
No EOL
245 B
C#
9 lines
No EOL
245 B
C#
namespace Geekbot.net.WebApi.Controllers.Status
|
|
{
|
|
public class ApiStatusDto
|
|
{
|
|
public string GeekbotVersion { get; set; }
|
|
public string ApiVersion { get; set; }
|
|
public string Status { get; set; }
|
|
}
|
|
} |