aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.UnitTesting/Embroidery/Embroidery_TST.cs
blob: cf72cd2c5016d08cb88f181787bcb623bed68abf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<
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; }
    }
}