aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/DbCompareResult.cs
blob: 3b4f59c9e1a8842db359c39c60c32b997e661d61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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; }
    }
}