aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService.Gateway/Messages/EnvironmentsRequest.cs
blob: 6d2ab0f8d629342d5773670277f2429f8fe5514d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;

namespace Tango.MachineService.Gateway.Messages
{
    public class EnvironmentsRequest
    {
        public String AppSecret { get; set; }
    }
}