aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/LatestVersionRequest.cs
blob: 400bb315c5ebe871c115423be0ef9fd735ed3574 (plain)
1
2
3
4
5
6
7
8
9
generated by cgit v1.3.1 (git 2.54.0) at 2026-07-21 08:18:48 +0000
 


class="p">;
using System.Threading.Tasks;
using Tango.Transport.Web;

namespace Tango.PPC.Common.Web
{
    public class LatestVersionRequest : WebRequestMessage
    {
        public String MachineVersionGuid { get; set; }
    }
}