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; }
}
}