aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Test_Studio/Machine Studio
ModeNameSize
d---------ApiTests44logstatsplain
d---------Data39logstatsplain
-rw-r--r--Pages.g
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tango.PMR.Synchronization;
using Tango.PPC.Common.Web;

namespace Tango.PPC.Common.MachineUpdate
{
    public class DbCompareResult
    {
        public bool RequiresUpdate { get; set; }
        public UpdateDBResponse UpdateDBResponse { get; set; }
    }
}