aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting/SMO
ModeNameSize
-rw-r--r--SMO_TST.cs523logstatsplain
using System;
using System.Collections.Generic;
using System.Linq;
using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
using Tango.Transport.Web;

namespace Tango.MachineStudio.Common.Web
{
    public class UploadVersionResponse : WebResponseMessage
    {
        public String Token { get; set; }

        public String BlobAddress { get; set; }

        public String InstallerBlobAddress { get; set; }
    }
}