14 lines
245 B
C#
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; }
|
|
}
|
|
}
|