aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/DbCompareResult.cs
blob: fbfc2e08c1f960576cd0683392e082dd4df3db65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tango.PMR.Synchronization;

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