From 00a491d93733d4625ad329b2ba8237f445364b3f Mon Sep 17 00:00:00 2001 From: Mirta Date: Wed, 30 Dec 2020 16:39:52 +0200 Subject: merge --- .../PPC/Tango.PPC.Common/Web/CheckForUpdateRequest.cs | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Web/CheckForUpdateRequest.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/CheckForUpdateRequest.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/CheckForUpdateRequest.cs index 8e13ea7c4..b98848e4f 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/CheckForUpdateRequest.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/CheckForUpdateRequest.cs @@ -9,21 +9,7 @@ namespace Tango.PPC.Common.Web { public class CheckForUpdateRequest : WebRequestMessage { + public String SerialNumber { get; set; } public String Version { get; set; } - public String FirmwareVersion { get; set; } - - public List Rmls { get; set; } - public List HardwareVersions { get; set; } - public List Catalogs { get; set; } - public DateTime MachineLastUpdated { get; set; } - public List UsedRmlsGuids { get; set; } - - public CheckForUpdateRequest() - { - Rmls = new List(); - HardwareVersions = new List(); - Catalogs = new List(); - UsedRmlsGuids = new List(); - } } } -- cgit v1.3.1