| Mode | Name | Size | |
|---|---|---|---|
| -rw-r--r-- | android.png | 1416 | logstatsplain |
-rwusing 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; }
}
}
|
