Manarah/Manarah.Domain/Servers/ServerAggregationDto.cs
2024-03-28 22:29:14 +00:00
Ask

14 lines
245 B
C#

{0b4cd5af8d30482e0744b0fe2e785854acf488d5 true 245 ServerAggregationDto.cs 0xc00016f5e0}

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Manarah.Domain
{
public class ServerAggregationDto
{
public bool IsReachable { get; set; }
}
}