aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.CodeGeneration/Templates/Method.cshtml
blob: 3b54d4e57ed0f8f407f5b44b0f83bf9361c51ec2 (plain)
1
2
3
4
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
    {
        
    }
}