using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tango.PPC.Common.SystemInfo
{
/// <summary>
/// Represents a PPC system information service.
/// </summary>
/// <seealso cref="Tango.PPC.Common.IPPCService" />
public interface ISystemInfoService : IPPCService
{
}
}